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 belopolsky
Recipients belopolsky, docs@python, lemburg, mark.dickinson, terry.reedy
Date 2010-12-02.23:23:11
SpamBayes Score 2.4274035e-08
Marked as misclassified No
Message-id <1291332194.92.0.405884399866.issue10610@psf.upfronthosting.co.za>
In-reply-to
Content
Marc,

I don't want to further sprawl the python-dev thread, but it would be great if you could help with issue10587 as well.  That is a documentation-only issue, but there is some disagreement about how specific the docs should be.  Some of the relevant functions are documented in the header files, but some such as str.splitlines() are not.   I am posting it here because the level of detail that we want to document is probably similar in the two issues.  For example, we don't want to document things like int(3, -909) producing 3 in 2.6.  On the other hand, the fact that Arabic numerals are accepted by int() but Chinese are not, should probably be included.
History
Date User Action Args
2010-12-02 23:23:14belopolskysetrecipients: + belopolsky, lemburg, terry.reedy, mark.dickinson, docs@python
2010-12-02 23:23:14belopolskysetmessageid: <1291332194.92.0.405884399866.issue10610@psf.upfronthosting.co.za>
2010-12-02 23:23:11belopolskylinkissue10610 messages
2010-12-02 23:23:11belopolskycreate