New submission from m:

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).

----------
assignee: docs@python
components: Documentation
messages: 250630
nosy: docs@python, m
priority: normal
severity: normal
status: open
title: Wrong documentation for "chr(i)" function.
type: compile error

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25104>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to