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 brett.cannon, georg.brandl
Date 2008-03-21.20:13:49
SpamBayes Score 0.23317888
Marked as misclassified No
Message-id <1206130430.64.0.234161284451.issue2337@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't we leave alone oct() and hex() (there is another issue for
deprecation warning for __oct__ and __hex__), and let people use the
versions from future_builtins?
History
Date User Action Args
2008-03-21 20:13:50georg.brandlsetspambayes_score: 0.233179 -> 0.23317888
recipients: + georg.brandl, brett.cannon
2008-03-21 20:13:50georg.brandlsetspambayes_score: 0.233179 -> 0.233179
messageid: <1206130430.64.0.234161284451.issue2337@psf.upfronthosting.co.za>
2008-03-21 20:13:50georg.brandllinkissue2337 messages
2008-03-21 20:13:49georg.brandlcreate