]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Anna Ravenscroft identified many occurrences of "file" used to open a file
authorAlex Martelli <aleaxit@gmail.com>
Thu, 24 Aug 2006 02:58:11 +0000 (02:58 +0000)
committerAlex Martelli <aleaxit@gmail.com>
Thu, 24 Aug 2006 02:58:11 +0000 (02:58 +0000)
commit01c77c66289f8e9c8d15b8da623fae4014ec2edb
treef719c69719857899da42d2af8ceb48824cf4fe0d
parentb5d47efe92fd12cde1de6a473108ef48238a43cc
Anna Ravenscroft identified many occurrences of "file" used to open a file
in the stdlib and changed each of them to use "open" instead.  At this
time there are no other known occurrences that can be safely changed (in
Lib and all subdirectories thereof).
17 files changed:
Lib/distutils/sysconfig.py
Lib/idlelib/ColorDelegator.py
Lib/pstats.py
Lib/site.py
Lib/tarfile.py
Lib/test/test_bool.py
Lib/test/test_bz2.py
Lib/test/test_descr.py
Lib/test/test_inspect.py
Lib/test/test_iter.py
Lib/test/test_marshal.py
Lib/test/test_os.py
Lib/test/test_tarfile.py
Lib/test/test_unicode_file.py
Lib/test/test_urllib.py
Lib/test/test_urllibnet.py
Lib/webbrowser.py