[issue6648] codecs documentation does not mention surrogateescape

2009-08-18 Thread Alexey Shamrin
Alexey Shamrin added the comment: Georg, it would also be nice to give a link to 'surrogateescape' information in os module [1]. Yes, you gave a link to PEP 383, but PEP harder to follow and more lengthy. [1]: http://docs.python.org/3.1/library/os.html#file-names-command-line-arguments-and-envi

[issue6648] codecs documentation does not mention surrogateescape

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74334. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6648] codecs documentation does not mention surrogateescape

2009-08-05 Thread Nikolaus Rath
New submission from Nikolaus Rath : On http://docs.python.org/3.1/library/codecs.html it says that Possible values for errors are 'strict' (raise an exception in case of an encoding error), 'replace' (replace malformed data with a suitable replacement marker, such as '?'), 'ignore' (ignore