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" |