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 georg.brandl
Recipients benjamin.peterson, brett.cannon, georg.brandl
Date 2008-04-27.09:36:18
SpamBayes Score 0.0036402198
Marked as misclassified No
Message-id <1209288988.86.0.886579162458.issue2337@psf.upfronthosting.co.za>
In-reply-to
Content
I don't assume there are too many people using oct() and hex() with
custom types anyway :)

Since PyNumber_ToBase and the new oct() format octal numbers with "0o"
instead of "0", I still think it's better if you need to import the new
oct() from future_builtins. For hex(), I have no preference.
History
Date User Action Args
2008-04-27 09:36:31georg.brandlsetspambayes_score: 0.00364022 -> 0.0036402198
recipients: + georg.brandl, brett.cannon, benjamin.peterson
2008-04-27 09:36:28georg.brandlsetspambayes_score: 0.00364022 -> 0.00364022
messageid: <1209288988.86.0.886579162458.issue2337@psf.upfronthosting.co.za>
2008-04-27 09:36:27georg.brandllinkissue2337 messages
2008-04-27 09:36:24georg.brandlcreate