Raymond Hettinger
|
10dca6e282
|
The filter() function does support a None argument in Py3.0.
|
2008-03-19 17:58:59 +00:00 |
Raymond Hettinger
|
05387861ea
|
Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh.
|
2008-03-19 17:45:19 +00:00 |
Brett Cannon
|
977eb021f3
|
Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.
|
2008-03-19 17:37:43 +00:00 |
David Wolever
|
2724ab99c8
|
Added zip, map, filter to future_bultins (#2171)
|
2008-03-19 02:35:45 +00:00 |
Steven Bethard
|
6a644f92ef
|
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.
|
2008-03-18 22:08:20 +00:00 |
Steven Bethard
|
ae42f33cdf
|
Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373.
|
2008-03-18 17:26:10 +00:00 |