[issue2700] document PyNumber_ToBase

2008-04-27 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Commited in r62535. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Pyt

[issue2700] document PyNumber_ToBase

2008-04-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, go ahead and commit. -- assignee: georg.brandl -> benjamin.peterson resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2700] document PyNumber_ToBase

2008-04-27 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- versions: +Python 3.0 Added file: http://bugs.python.org/file10123/tobase_doc2.patch __ Tracker <[EMAIL PROTECTED]> __

[issue2700] document PyNumber_ToBase

2008-04-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You should mention that if base is none of 2, 8, 10, or 16, the output looks like "12#555" where 12 is the base. __ Tracker <[EMAIL PROTECTED]> _

[issue2700] document PyNumber_ToBase

2008-04-26 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: Including a patch. -- assignee: georg.brandl components: Documentation files: tobase_doc.patch keywords: patch messages: 65860 nosy: benjamin.peterson, georg.brandl severity: normal status: open title: document PyNumber_ToBase ty