[issue21212] Documentation of octal representation

2014-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Py

[issue21212] Documentation of octal representation

2014-04-14 Thread Eric V. Smith
Eric V. Smith added the comment: Fixed. Thanks! -- nosy: +eric.smith resolution: fixed -> stage: committed/rejected -> status: closed -> open ___ Python tracker ___ ___

[issue21212] Documentation of octal representation

2014-04-14 Thread Roundup Robot
Roundup Robot added the comment: 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() wit

[issue21212] Documentation of octal representation

2014-04-14 Thread Bill
New submission from Bill: 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. -- assignee: docs@python components: Doc