Message 239613 - Python tracker (original) (raw)

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.