[ python-Bugs-1754453 ] Docstring for codecs.lookup is incorrect

SourceForge.net noreply at sourceforge.net
Sun Jul 15 23:13:25 CEST 2007


Bugs item #1754453, was opened at 2007-07-15 17:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1754453&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Omari Norman (massysett)
Assigned to: Nobody/Anonymous (nobody)
Summary: Docstring for codecs.lookup is incorrect

Initial Comment:
The docstring for codecs.lookup states that this function returns a tuple of functions. I understand this was correct in Python 2.4, but in Python 2.5 this function returns a CodecInfo object, as described in the docs:

http://docs.python.org/lib/module-codecs.html

I've got Python 2.5.1.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1754453&group_id=5470


More information about the Python-bugs-list mailing list