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 skrah
Recipients eric.smith, fijall, mark.dickinson, rhettinger, skrah, vstinner
Date 2013-10-12.13:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381584030.88.0.557300525878.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
I guess if some of the pickling stuff get's rewritten, we can drop
__name__.

The other thing is that traditionally the types were "decimal.Decimal"
etc., so I'm not sure if it is good idea to have "_decimal.Decimal" and
"_pydecimal.Decimal".

Of course adding __module__ everywhere is another option.
History
Date User Action Args
2013-10-12 13:20:30skrahsetrecipients: + skrah, rhettinger, mark.dickinson, vstinner, eric.smith, fijall
2013-10-12 13:20:30skrahsetmessageid: <1381584030.88.0.557300525878.issue19232@psf.upfronthosting.co.za>
2013-10-12 13:20:30skrahlinkissue19232 messages
2013-10-12 13:20:30skrahcreate