]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add py3k warnings for object, type, cell and dict comparisons. This should resolve...
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 17:26:10 +0000 (17:26 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 17:26:10 +0000 (17:26 +0000)
commitae42f33cdfb68be2fc71be0fb67ec025f90160e8
tree07985bc750d9266f2e725b6ba46b0f71c17c8d08
parenta8b09fd4c33572a204a80c81e5755cc6d164805d
Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373.
Lib/test/test_py3kwarn.py [new file with mode: 0644]
Lib/test/test_undocumented_details.py [new file with mode: 0644]
Objects/cellobject.c
Objects/dictobject.c
Objects/object.c
Objects/typeobject.c