[issue7035] codecs error handlers lack documentation

2009-10-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r75611. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue7035] codecs error handlers lack documentation

2009-10-02 Thread Ole Laursen
New submission from Ole Laursen : import codecs help(codecs.replace_errors) results in replace_errors(...) (END) in Python 2.6. Interestingly, http://docs.python.org/library/codecs actually says "Implements the replace error handling." Which is pretty useless, though. :) Suggest at least copy