Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11014>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to