summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.Brett Cannon2008-03-191-8/+6
|
* Added zip, map, filter to future_bultins (#2171)David Wolever2008-03-191-0/+11
|
* Add py3k warnings for code and method inequality comparisons. This should ↵Steven Bethard2008-03-181-0/+29
| | | | resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code.
* Add py3k warnings for object, type, cell and dict comparisons. This should ↵Steven Bethard2008-03-181-0/+60
resolve issue2342 and partly resolve issue2373.