]> granicus.if.org Git - python/commit
Add py3k warnings for code and method inequality comparisons. This should resolve...
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 22:08:20 +0000 (22:08 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 22:08:20 +0000 (22:08 +0000)
commit6a644f92efb35e75f81d183aebfff3260b1454e2
tree47f1242459fa09e9087f58fdf7b935042e8ec9d0
parente8e22cf3c0d9e977bc9f13cfc535c026f92bc7aa
Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code.
Lib/test/test_py3kwarn.py
Objects/codeobject.c
Objects/methodobject.c