This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 256 should read 255 in operator module docs
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dieseldann, rhettinger
Priority: normal Keywords:

Created on 2005-04-07 04:09 by dieseldann, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24936 - (view) Author: Dan Everhart (dieseldann) Date: 2005-04-07 04:09
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.
msg24937 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-04-07 04:40
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41821
2005-04-07 04:09:02dieseldanncreate