]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed uses of dict.has_key() from distutils, and uses of
authorGuido van Rossum <guido@python.org>
Thu, 21 Feb 2008 18:18:37 +0000 (18:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 21 Feb 2008 18:18:37 +0000 (18:18 +0000)
commit8bc0965adfbe55926a475370c70a8366462daccc
tree243302c6d0cae2fd0328aab4841409d148a10e80
parentb5e2684a1a7091239109b9f91be6c36fc75fdccb
Removed uses of dict.has_key() from distutils, and uses of
callable() from copy_reg.py, so the interpreter now starts up
without warnings when '-3' is given.  More work like this needs to
be done in the rest of the stdlib.
17 files changed:
Lib/UserDict.py
Lib/copy_reg.py
Lib/distutils/archive_util.py
Lib/distutils/ccompiler.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/install.py
Lib/distutils/command/register.py
Lib/distutils/command/upload.py
Lib/distutils/core.py
Lib/distutils/dir_util.py
Lib/distutils/dist.py
Lib/distutils/fancy_getopt.py
Lib/distutils/msvccompiler.py
Lib/distutils/sysconfig.py
Lib/distutils/text_file.py
Lib/distutils/util.py
Misc/NEWS