[New-bugs-announce] [issue7035] codecs error handlers lack documentation

Ole Laursen report at bugs.python.org
Fri Oct 2 16:18:33 CEST 2009


New submission from Ole Laursen <olau at iola.dk>:

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 copying the parenthesized notes in
the next-to-last paragraph under codecs.register to the docstrings.

I was looking for docs in the hope of finding something fancy ala
converting æ to ae, alas no cigar.

----------
assignee: georg.brandl
components: Documentation
messages: 93445
nosy: georg.brandl, olau
severity: normal
status: open
title: codecs error handlers lack documentation
type: feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7035>
_______________________________________


More information about the New-bugs-announce mailing list