Nick Coghlan wrote:

>     9. Here's a proposed native context manager for decimal.Context:
>
>         # This would be a new decimal.Context method
>         @contextmanager
>         def __with__(self):

wouldn't it be better if the ContextWrapper class (or some variation thereof) 
could
be used as a base class for the decimal.Context class?  using decorators on 
methods
to provide "is a" behaviour for the class doesn't really feel pythonic...

</F> 



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to