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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 17 Nov 2000 11:49:50 -0800


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

Project: Python
Category: Documentation
Status: Closed
Resolution: Fixed
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


Follow-Ups:

Date: 2000-Nov-17 11:49
By: fdrake

Comment:
Fixed in Doc/lib/libstdtypes.tex revision 1.42 and Doc/lib/libfuncs.tex revision 1.72.
-------------------------------------------------------

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