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 SilentGhost, belopolsky, lemburg, serhiy.storchaka, skrah, vstinner
Date 2015-03-30.14:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427726566.49.0.0343216930162.issue23607@psf.upfronthosting.co.za>
In-reply-to
Content
I think we should try to avoid depending on global state in
the stdlib, at least in new code.  Also, if something is not
really a decimal computation, Decimal itself tries to ignore
the context (like Decimal.__repr__).

At least I would expect this datetime function to be context
independent.
History
Date User Action Args
2015-03-30 14:42:46skrahsetrecipients: + skrah, lemburg, belopolsky, vstinner, SilentGhost, serhiy.storchaka
2015-03-30 14:42:46skrahsetmessageid: <1427726566.49.0.0343216930162.issue23607@psf.upfronthosting.co.za>
2015-03-30 14:42:46skrahlinkissue23607 messages
2015-03-30 14:42:46skrahcreate