[issue13248] deprecated in 3.2, should be removed in 3.3

Ezio Melotti report at bugs.python.org
Sun Oct 23 23:30:17 CEST 2011


Ezio Melotti <ezio.melotti at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13248>
_______________________________________


More information about the Python-bugs-list mailing list