summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
Commit message (Expand)AuthorAgeFilesLines
* #2348: add py3k warning for file.softspace.Georg Brandl2008-03-211-0/+10
* #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ...Georg Brandl2008-03-211-0/+10
* #2358: add py3k warning to sys.exc_clear().Georg Brandl2008-03-211-0/+5
* The filter() function does support a None argument in Py3.0.Raymond Hettinger2008-03-191-11/+0
* Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh.Raymond Hettinger2008-03-191-0/+14
* 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 res...Steven Bethard2008-03-181-0/+29
* Add py3k warnings for object, type, cell and dict comparisons. This should re...Steven Bethard2008-03-181-0/+60