Ezio Melotti <ezio.melo...@gmail.com> added the comment:

*unittest*
  "assert{DictContainsSubset,RaisesRegexp,RegexpMatches}", "fail*"

The "fail*" should stay.

The general idea is that with Python3 we can wait a bit more before getting rid 
of things, because if someone jumps from 2.7 to 3.3, he might not find things 
that got deprecated in 3.2 and disappeared on 3.3.

That said, some of the more obscure functions/method/attributes can probably go.

Also I think that PendingDeprecations are now quite useless, since 
DeprecationWarnings are silenced by default.  I think we can convert them to 
DeprecationWarnings, even if we leave them there for a couple of versions.

----------
nosy: +ezio.melotti

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

Reply via email to