]> granicus.if.org Git - python/commit
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit...
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Aug 2008 15:45:58 +0000 (15:45 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Aug 2008 15:45:58 +0000 (15:45 +0000)
commit48361f5cbf419cce361fd1aa0389d6304ad167db
treee3fb92982d5564830f6ce9a3f725acc51553ec50
parentf8d62d23e9b02c557b2bbe69f693fc14c2574281
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
18 files changed:
Lib/UserList.py
Lib/_abcoll.py
Lib/ctypes/test/test_simplesubclasses.py
Lib/numbers.py
Lib/test/test_builtin.py
Lib/test/test_coercion.py
Lib/test/test_collections.py
Lib/test/test_copy.py
Lib/test/test_datetime.py
Lib/test/test_descr.py
Lib/test/test_hash.py
Lib/test/test_operator.py
Lib/test/test_py3kwarn.py
Lib/test/test_slice.py
Lib/test/test_sort.py
Lib/unittest.py
Lib/xml/dom/minidom.py
Objects/typeobject.c