mirror of
https://github.com/python/cpython.git
synced 2025-11-22 11:36:23 +00:00
- Remove previous version of the binary distribution script for OSX
- Some small bugfixes for the IDLE.app wrapper - Tweaks to build-installer to ensure that python gets build in the right way, including sqlite3. - Updated readme files
This commit is contained in:
parent
2856e5f390
commit
736123605c
15 changed files with 88 additions and 664 deletions
|
|
@ -12,6 +12,7 @@ def isclean(name):
|
|||
if name == 'CVS': return 0
|
||||
if name == '.cvsignore': return 0
|
||||
if name == '.DS_store': return 0
|
||||
if name == '.svn': return 0
|
||||
if name.endswith('~'): return 0
|
||||
if name.endswith('.BAK'): return 0
|
||||
if name.endswith('.pyc'): return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue