[Python-bugs-list] [Bug #121672] Documentation which needs updating to 2.0

noreply@sourceforge.net noreply@sourceforge.net
Wed, 8 Nov 2000 22:35:43 -0800


Bug #121672, was updated on 2000-Nov-05 08:27
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Documentation which needs updating to 2.0

Details: When describing formatting strings while "%s" is described, the new "%r" is not.

Built in function int(val [, radix])  Radix may be 0 in which case it works like string.atoi used to (looks at start of string, if 0x hex, if 0 octal otherwise decimal, or something close)

long(), like int() has an optional radix parameter


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121672&group_id=5470