New submission from Florent Xicluna <florent.xicl...@gmail.com>:

The PEP 387 suggests that deprecated objects or arguments are removed in 
version (n+1).
I've listed these DeprecationWarnings in 3.2, which are still in 3.3.
I assume that most of these deprecated objects or arguments could be removed 
before next release.


*_pyio*
  argument "max_buffer_size" of BufferedWriter and BufferedRWPair
*argparse*
  argument "version" and related methods of ArgumentParser
*asyncore*
  shortcut "dispatcher.*" for "dispatcher.socket.*" attributes
*base64*
  functions "encodestring" and "decodestring"
*cgi*
  functions "parse_qs" and "parse_qsl"
*configparser*
  "ParsingError.filename", "RawConfigParser.readfp", "SafeConfigParser"
*decimal*
  "Context._clamp"
*difflib*
  "SequenceMatcher.isbjunk", "SequenceMatcher.isbpopular"
*gzip*
  "GzipFile.filename"
*http.client*
  argument "strict" of HTTPResponse and HTTPConnection
*lib2to3*
  methods "set_prefix" and "get_prefix" of "pytree.Base"
*mailbox*
  argument of type "StringIO" or "text mode files"
*ntpath*
  function "splitunc"
*tarfile*
  argument "exclude" of "TarFile.add"
*trace*
  old API
*unittest*
  "assert{DictContainsSubset,RaisesRegexp,RegexpMatches}", "fail*"
*xml.etree*
  "Element.getchildren", "XMLParser.doctype"

----------
components: Library (Lib)
messages: 146236
nosy: flox
priority: normal
severity: normal
status: open
title: deprecated in 3.2, should be removed in 3.3
type: behavior
versions: Python 3.3

_______________________________________
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