[Python-Dev] trunk-math

Christian Heimes christian at cheimes.de
Sat Feb 16 11:30:05 CET 2008


Nick Coghlan wrote:
> I would put the context manager in the math module as well. contextlib
> is intended for generic context related tools (like nested() and
> closing() that don't have a more topical home.

I'll reimplement the ieee754 context manager in C once the feature gets
accepted. For the experimental branch it was much easier to write it in
Python.

Christian


More information about the Python-Dev mailing list