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 belopolsky
Recipients belopolsky, dmalcolm, python-dev, rhettinger
Date 2011-04-12.14:01:42
SpamBayes Score 5.535928e-06
Marked as misclassified No
Message-id <1302616904.35.0.802771246345.issue11830@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't this be forward ported to 3.3?  Even though there is no bug in 3.x, code using an explicit dict is cleaner and more robust than the current code that relies on introspection to find methods that start with '_round_'.
History
Date User Action Args
2011-04-12 14:01:44belopolskysetrecipients: + belopolsky, rhettinger, dmalcolm, python-dev
2011-04-12 14:01:44belopolskysetmessageid: <1302616904.35.0.802771246345.issue11830@psf.upfronthosting.co.za>
2011-04-12 14:01:43belopolskylinkissue11830 messages
2011-04-12 14:01:42belopolskycreate