[docs] [issue25104] Wrong documentation for "chr(i)" function.

m report at bugs.python.org
Mon Sep 14 07:33:52 CEST 2015


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 at python
components: Documentation
messages: 250630
nosy: docs at python, m
priority: normal
severity: normal
status: open
title: Wrong documentation for "chr(i)" function.
type: compile error

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25104>
_______________________________________


More information about the docs mailing list