Issue 2700: document PyNumber_ToBase - Python tracker (original) (raw)

Issue2700

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46952

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:33 admin set github: 46952
2008-04-27 18:15:50 benjamin.peterson set status: open -> closedmessages: +
2008-04-27 18:04:37 georg.brandl set assignee: georg.brandl -> benjamin.petersonresolution: acceptedmessages: +
2008-04-27 17:58:46 benjamin.peterson set files: + tobase_doc2.patchversions: + Python 3.0
2008-04-27 07:21:20 georg.brandl set messages: +
2008-04-27 01:09:00 benjamin.peterson create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements