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 flox
Date 2011-10-23.18:01:50
SpamBayes Score 0.06429541
Marked as misclassified No
Message-id <1319392911.16.0.287941607847.issue13248@psf.upfronthosting.co.za>
In-reply-to
Content
In addition, we have some object and attributes which are triggering "PendingDeprecationWarning" in 3.2.
We may keep these warnings in 3.3, or choose to turn some of them into "DeprecationWarning", to prepare their removal in 3.5.


*cgi*
  "cgi.escape"
*distutils"
  argument compress="compress" of make_tarball
  function "check_metadata" in "command.register"
  option "force-manifest" of "command.sdist"
*importlib*
  "abc.PyLoader" and "abc.PyPycLoader"
*nntplib*
  "_NNTPBase.xgtitle" and "_NNTPBase.xpath"
*smtpd*
  the class-private "__*" attributes
*xml.etree*
  method "getiterator" of "Element" and "ElementTree"
History
Date User Action Args
2011-10-23 18:01:51floxsetrecipients: + flox
2011-10-23 18:01:51floxsetmessageid: <1319392911.16.0.287941607847.issue13248@psf.upfronthosting.co.za>
2011-10-23 18:01:50floxlinkissue13248 messages
2011-10-23 18:01:50floxcreate