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: Documentation of octal representation
Type: Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ees1wc, eric.smith, python-dev
Priority: normal Keywords:

Created on 2014-04-14 10:27 by ees1wc, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg216069 - (view) Author: Bill (ees1wc) Date: 2014-04-14 10:27
This documentation section:
https://docs.python.org/3/faq/programming.html?highlight=octal#how-do-i-convert-a-string-to-a-number
seems still to refer to Python 2 octal representation rules.  So I think it needs updating.
msg216075 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-04-14 11:46
New changeset fb7bc8fe0d49 by Eric V. Smith in branch '3.4':
Fix text about int() with octal numbers. Closes #21212.
http://hg.python.org/cpython/rev/fb7bc8fe0d49

New changeset 6107a727c60a by Eric V. Smith in branch 'default':
Merge 3.4: Fix text about int() with octal numbers. Closes #21212.
http://hg.python.org/cpython/rev/6107a727c60a
msg216076 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2014-04-14 11:47
Fixed. Thanks!
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65411
2014-04-14 12:11:27berker.peksagsetstatus: open -> closed
resolution: fixed
stage: resolved
2014-04-14 11:47:23eric.smithsetstatus: closed -> open

nosy: + eric.smith
messages: + msg216076

resolution: fixed -> (no value)
stage: resolved -> (no value)
2014-04-14 11:46:45python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg216075

resolution: fixed
stage: resolved
2014-04-14 10:27:52ees1wccreate