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 flox
Recipients Arfrever, eric.araujo, ezio.melotti, flox, giampaolo.rodola, pitrou, python-dev, rhettinger, terry.reedy, tshepang, vstinner
Date 2012-07-08.09:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341738993.79.0.0203054386487.issue13248@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-07-08 09:16:34floxsetrecipients: + flox, rhettinger, terry.reedy, pitrou, vstinner, giampaolo.rodola, ezio.melotti, eric.araujo, Arfrever, tshepang, python-dev
2012-07-08 09:16:33floxsetmessageid: <1341738993.79.0.0203054386487.issue13248@psf.upfronthosting.co.za>
2012-07-08 09:16:33floxlinkissue13248 messages
2012-07-08 09:16:32floxcreate