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

Florent Xicluna report at bugs.python.org
Sun Jul 8 11:16:33 CEST 2012


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

The other changes are in the patch "issue13248_obsolescence_v3.diff".
AFAIU, they will not be removed in 3.3, in order to facilitate transition from Python 2.


*asyncore*
  shortcut "dispatcher.*" for "dispatcher.socket.*" attributes

*base64*
  functions "encodestring" and "decodestring"

*cgi*
  functions "parse_qs" and "parse_qsl"

*gzip*
  "GzipFile.filename"

*http.client*
  argument "strict" of HTTPResponse and HTTPConnection

*mailbox*
  argument of type "StringIO" or "text mode files"

*ntpath*
  function "splitunc"

*tarfile*
  argument "exclude" of "TarFile.add"

*trace*
  old API

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13248>
_______________________________________


More information about the Python-bugs-list mailing list