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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon, georg.brandl
Date 2008-04-27.00:31:24
SpamBayes Score 0.07387239
Marked as misclassified No
Message-id <1209256285.89.0.152082625029.issue2337@psf.upfronthosting.co.za>
In-reply-to
Content
This is what I'd like to do: In builtin oct/hex check if the special
method is declared. If it is, Py3k warn and use it. If not, check if we
can do it the Py3k way (with PyNumber_ToBase). Sound good?
History
Date User Action Args
2008-04-27 00:31:26benjamin.petersonsetspambayes_score: 0.0738724 -> 0.07387239
recipients: + benjamin.peterson, brett.cannon, georg.brandl
2008-04-27 00:31:25benjamin.petersonsetspambayes_score: 0.0738724 -> 0.0738724
messageid: <1209256285.89.0.152082625029.issue2337@psf.upfronthosting.co.za>
2008-04-27 00:31:25benjamin.petersonlinkissue2337 messages
2008-04-27 00:31:24benjamin.petersoncreate