Message239613
| 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:46 | skrah | set | recipients: + skrah, lemburg, belopolsky, vstinner, SilentGhost, serhiy.storchaka |
| 2015-03-30 14:42:46 | skrah | set | messageid: <1427726566.49.0.0343216930162.issue23607@psf.upfronthosting.co.za> |
| 2015-03-30 14:42:46 | skrah | link | issue23607 messages |
| 2015-03-30 14:42:46 | skrah | create | |