[Python-Dev] Example for PEP 343

Guido van Rossum gvanrossum at gmail.com
Wed May 18 04:36:12 CEST 2005


On 5/17/05, Raymond Hettinger <python at rcn.com> wrote:
> > I think you're missing a decimal.setcontext(newcontext) before the
> > yield..
> 
> Right.

I don't see a call to setcontext() in the sin() example in the library
reference. Is that document wrong? I thought that simply modifying the
parameters of the current context would be sufficient.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list