On 8 February 2018 at 08:36, Neil Girdhar <[email protected]> wrote: > Wow, that's awesome! I didn't notice that when I checked. It seemed like > context had to be passed in. If it were me, I would probably deprecate > those context=None arguments now that we have such a clean solution.
The context=None feature is there so that developers can write pure Decimal operations if they choose to do so, rather than always depending on implicit dynamic state. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
