]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replaced import of the 'new' module with 'types' module and added a deprecation warni...
authorChristian Heimes <christian@cheimes.de>
Tue, 27 Nov 2007 21:34:01 +0000 (21:34 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 27 Nov 2007 21:34:01 +0000 (21:34 +0000)
commitc756d00cf20ba094a93f09647e80b688ded61bf5
treeb9c04d37004dbc6e299afdeeea5cd88d1f1189f9
parent8b01140d2c0580258281b22a63e13eb43c897827
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
Demo/newmetaclasses/Eiffel.py
Lib/compiler/pyassem.py
Lib/doctest.py
Lib/modulefinder.py
Lib/test/test_descr.py
Lib/test/test_doctest.py
Lib/test/test_funcattrs.py
Lib/test/test_getopt.py
Lib/test/test_inspect.py
Lib/test/test_unittest.py