[Python-bugs-list] [Bug #115308] codecs base classes need documentation

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Sep 2000 12:00:16 -0700


Bug #115308, was updated on 2000-Sep-25 12:00
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: codecs base classes need documentation

Details: The documentation for the codecs module includes a note that base classes need to be implemented; this needs to happen for the 2.0 final release.

There should be some note at the top of the section about what the module is for -- Unicode is not mentioned, but that's the primary (expected) use.  Let's say something about that, and perhaps give examples at the end (especially for handling encoded files).

For the open() function, the docs refer to a "buffering" parameter, and say that it matches the meaning of the the same thing for the open() built-in.  It should be called "bufsize" to match the built-in documentation.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115308&group_id=5470