* Adapt framework install makefiles to 2to3 tool · pythoncapi/cpython@afbca49 · GitHub
Skip to content

Commit afbca49

Browse files
* Adapt framework install makefiles to 2to3 tool
* Re-enable installation of files in /usr/local/bin in the OSX installer because those files no longer clash with a 2.x install.
1 parent 220a9fb commit afbca49

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lib/idlelib/configDialog.py

Lines changed: 1 addition & 0 deletions

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def library_recipes():
225225
is not necessary to use Python.
226226
""",
227227
required=False,
228-
selected='unselected',
228+
selected='selected',
229229
),
230230
dict(
231231
name="PythonDocumentation",

Mac/Makefile.in

Lines changed: 5 additions & 2 deletions

0 commit comments

Comments
 (0)