Florent Xicluna <florent.xicl...@gmail.com> added the comment:

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"

----------

_______________________________________
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