[issue20413] Errors in documentation of standard codec error handlers

2015-02-06 Thread Matthew Barnett
Matthew Barnett added the comment: The docs for Python 3.5.0a0 still say Unicode Private Use Area. -- nosy: +mrabarnett versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20413

[issue20413] Errors in documentation of standard codec error handlers

2015-02-06 Thread Martin Panter
Martin Panter added the comment: I changed “code point in the Unicode Private Use Area” to “individual surrogate code” in the “codecs” module documentation for Issue 19548. So perhaps (a) still needs addressing, but (b) and (c) are hopefully already fixed. -- nosy: +vadmium

[issue20413] Errors in documentation of standard codec error handlers

2015-02-06 Thread Nick Coghlan
Nick Coghlan added the comment: Ah, February 2014, many of my plans went in rather different directions than expected that month, and this was one of them :) As Martin noted, he already fixed (b) and (c), but we missed that the list of error handlers was also duplicated in the builtin open()

[issue20413] Errors in documentation of standard codec error handlers

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20413 ___ ___

[issue20413] Errors in documentation of standard codec error handlers

2014-01-27 Thread RalfM
New submission from RalfM: The standard library documentation lists the standard codec error handlers in three places: (a) 2. Build-in Functions, section open() (b) 7.2 codecs - Codec registry and base classes (c) 7.2.1 Codec Base Classes As far as I can judge these lists, (c) looks ok, but

[issue20413] Errors in documentation of standard codec error handlers

2014-01-27 Thread Nick Coghlan
Nick Coghlan added the comment: I plan to take a look at the codec docs in general in the next week or so, I'll tackle this as well. -- assignee: docs@python - ncoghlan nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org