[Python-bugs-list] [Bug #127273] Documentation of 'long' function is wrong
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 02 Jan 2001 03:13:54 -0800
Bug #127273, was updated on 2001-Jan-02 03:13
Here is a current snapshot of the bug.
Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: jribbens
Assigned to : nobody
Summary: Documentation of 'long' function is wrong
Details: It appears that in Python 2.0, the built-in function 'long' has
been improved to allow a radix parameter. This is not listed in the
documentation (Library Reference). It is quite important that it is,
because with the string.atol function being deprecated I don't think there
is any other way to parse a hex string.
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=127273&group_id=5470