This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients georg.brandl, rhettinger
Date 2011-01-26.06:00:41
SpamBayes Score 9.737639e-05
Marked as misclassified No
Message-id <1296021642.22.0.557341008575.issue11014@psf.upfronthosting.co.za>
In-reply-to
Content
Also note the 'filter' argument to the add() method is also in Py2.7 though it doesn't have the same issue of the preceding argument being deprecated.  For 2.7, I recommend adding a note to the docs and docstring to not use the 'filter' argument positionally; otherwise, there will be a minor 2-to-3 issue.
History
Date User Action Args
2011-01-26 06:00:42rhettingersetrecipients: + rhettinger, georg.brandl
2011-01-26 06:00:42rhettingersetmessageid: <1296021642.22.0.557341008575.issue11014@psf.upfronthosting.co.za>
2011-01-26 06:00:41rhettingerlinkissue11014 messages
2011-01-26 06:00:41rhettingercreate