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.

Author Mohamed_Atef
Recipients Mohamed_Atef, docs@python
Date 2015-09-14.05:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442208832.43.0.566078957807.issue25104@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of the "chr(i)" function is not correct, it states that The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in base 16).

Correction: The valid range for the argument is from 0 through 255 (0xFF in base 16).
History
Date User Action Args
2015-09-14 05:33:52Mohamed_Atefsetrecipients: + Mohamed_Atef, docs@python
2015-09-14 05:33:52Mohamed_Atefsetmessageid: <1442208832.43.0.566078957807.issue25104@psf.upfronthosting.co.za>
2015-09-14 05:33:52Mohamed_Ateflinkissue25104 messages
2015-09-14 05:33:52Mohamed_Atefcreate