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 tim.peters
Recipients eric.araujo, ezio.melotti, georg.brandl, michael.driscoll, orsenthil, python-dev, rhettinger, sandro.tosi, smichr, tim.peters
Date 2013-10-06.00:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381020613.8.0.99078508128.issue14927@psf.upfronthosting.co.za>
In-reply-to
Content
I'm old, but I liked the docs better when they didn't mention "the int argument" at all.  The "int=int" - or "_int=int" - argument is a CPython implementation detail.  It has nothing to do with the API.  And _of course_ users shouldn't mess with implementation details.  99.9+% will never notice the argument is there, and the fraction that do notice should infer that they shouldn't mess with it from that it's _not_ documented.
History
Date User Action Args
2013-10-06 00:50:14tim.peterssetrecipients: + tim.peters, georg.brandl, rhettinger, smichr, orsenthil, ezio.melotti, eric.araujo, sandro.tosi, python-dev, michael.driscoll
2013-10-06 00:50:13tim.peterssetmessageid: <1381020613.8.0.99078508128.issue14927@psf.upfronthosting.co.za>
2013-10-06 00:50:13tim.peterslinkissue14927 messages
2013-10-06 00:50:13tim.peterscreate