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.

Author eric.araujo
Recipients amaury.forgeotdarc, arigo, eric.araujo, eric.smith
Date 2011-02-08.22:46:54
SpamBayes Score 0.0005009041
Marked as misclassified No
Message-id <1297205215.54.0.147711562443.issue11145@psf.upfronthosting.co.za>
In-reply-to
Content
The doc for %o only says it returns the “signed octal value”; __oct__ is not a magic method (i.e. it’s not a name with special meaning), converting with oct() actually uses __index__.
History
Date User Action Args
2011-02-08 22:46:55eric.araujosetrecipients: + eric.araujo, arigo, amaury.forgeotdarc, eric.smith
2011-02-08 22:46:55eric.araujosetmessageid: <1297205215.54.0.147711562443.issue11145@psf.upfronthosting.co.za>
2011-02-08 22:46:55eric.araujolinkissue11145 messages
2011-02-08 22:46:54eric.araujocreate