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 vstinner
Recipients eric.smith, fijall, mark.dickinson, rhettinger, skrah, vstinner
Date 2013-10-12.13:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381583287.57.0.735324053738.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
If the Python implementation is renamed to _pydecimal, I don't expect it to be used in CPython. I never used _pyio in a real application, only for some tests to debug. I don't think that we need the __name__ = 'decimal' "hack". If you really want to keep it, please add at least a comment explaining it.
History
Date User Action Args
2013-10-12 13:08:07vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, eric.smith, skrah, fijall
2013-10-12 13:08:07vstinnersetmessageid: <1381583287.57.0.735324053738.issue19232@psf.upfronthosting.co.za>
2013-10-12 13:08:07vstinnerlinkissue19232 messages
2013-10-12 13:08:07vstinnercreate