This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, cvrebert, docs@python, eric.araujo, ezio.melotti, georg.brandl, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2012-09-25.10:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348568310.1.0.968219969881.issue16036@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is to simplify the documentation of the built-in function int()'s signature:

int([number | string[, base]])

and to make any needed changes to the text of the docs as a consequence.  Discussion around this issue began in the comments to issue 14783 about int() and str()'s docstrings.

[I copied the nosy list from that issue.]
History
Date User Action Args
2012-09-25 10:18:30chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, cvrebert, docs@python, tshepang, serhiy.storchaka
2012-09-25 10:18:30chris.jerdoneksetmessageid: <1348568310.1.0.968219969881.issue16036@psf.upfronthosting.co.za>
2012-09-25 10:18:29chris.jerdoneklinkissue16036 messages
2012-09-25 10:18:28chris.jerdonekcreate