]> granicus.if.org Git - python/commit
In a number of places code still revers
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 19:09:31 +0000 (19:09 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 19:09:31 +0000 (19:09 +0000)
commit9545a23c7ffb35417d451d24cc3b0339627965a7
tree5e22fd30c1c6936970b4d87ca3e91f8428c74983
parenta8157183b89c08cf47c969185d40973ec21a81c5
In a number of places code still revers
to "sys.platform == 'mac'" and that is
dead code because it refers to a platform
that is no longer supported (and hasn't been
supported for several releases).

Fixes issue #7908 for the trunk.
30 files changed:
Demo/pdist/FSProxy.py
Doc/library/os.rst
Lib/binhex.py
Lib/distutils/command/install.py
Lib/distutils/file_util.py
Lib/distutils/sysconfig.py
Lib/distutils/util.py
Lib/imputil.py
Lib/plat-mac/EasyDialogs.py
Lib/plat-mac/bundlebuilder.py
Lib/platform.py
Lib/profile.py
Lib/pydoc.py
Lib/tarfile.py
Lib/test/regrtest.py
Lib/test/test_frozen.py
Lib/test/test_repr.py
Lib/test/test_select.py
Lib/test/test_socket.py
Lib/test/test_strptime.py
Lib/test/test_tempfile.py
Lib/test/test_urllib2.py
Lib/urllib.py
Mac/scripts/BuildApplet.py
Mac/scripts/zappycfiles.py
Misc/BeOS-setup.py
Misc/cheatsheet
Tools/webchecker/wcgui.py
Tools/webchecker/websucker.py
setup.py