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.

classification
Title: document PyNumber_ToBase
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, georg.brandl
Priority: normal Keywords: patch

Created on 2008-04-27 01:09 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tobase_doc.patch benjamin.peterson, 2008-04-27 01:08
tobase_doc2.patch benjamin.peterson, 2008-04-27 17:58
Messages (4)
msg65860 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-27 01:08
Including a patch.
msg65875 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-04-27 07:21
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.
msg65889 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-04-27 18:04
Okay, go ahead and commit.
msg65890 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-27 18:15
Commited in r62535.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46952
2008-04-27 18:15:50benjamin.petersonsetstatus: open -> closed
messages: + msg65890
2008-04-27 18:04:37georg.brandlsetassignee: georg.brandl -> benjamin.peterson
resolution: accepted
messages: + msg65889
2008-04-27 17:58:46benjamin.petersonsetfiles: + tobase_doc2.patch
versions: + Python 3.0
2008-04-27 07:21:20georg.brandlsetmessages: + msg65875
2008-04-27 01:09:00benjamin.petersoncreate