[ python-Bugs-1178255 ] 256 should read 255 in operator module docs

SourceForge.net noreply at sourceforge.net
Thu Apr 7 06:40:03 CEST 2005


Bugs item #1178255, was opened at 2005-04-06 23:09
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1178255&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Dan Everhart (dieseldann)
Assigned to: Nobody/Anonymous (nobody)
Summary: 256 should read 255 in operator module docs

Initial Comment:
In section 3.10 of the Python Library Reference, in the
text near the bottom of the page which reads:

Example: Build a dictionary that maps the ordinals from
0 to 256 to their character equivalents.

the 256 should be replaced with 255, to match the code
given.


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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2005-04-06 23:40

Message:
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.

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

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


More information about the Python-bugs-list mailing list