[Python-checkins] r73326 - python/trunk/Doc/whatsnew/2.7.rst

Nick Coghlan ncoghlan at gmail.com
Wed Jun 10 13:45:56 CEST 2009


amaury.forgeotdarc wrote:
> Modified: python/trunk/Doc/whatsnew/2.7.rst
> ==============================================================================
> --- python/trunk/Doc/whatsnew/2.7.rst	(original)
> +++ python/trunk/Doc/whatsnew/2.7.rst	Wed Jun 10 01:18:50 2009
> @@ -672,7 +672,7 @@
>  * Because of an optimization for the :keyword:`with` statement, the special
>    methods :meth:`__enter__` and :meth:`__exit__` must belong to the object's
>    type, and cannot be directly attached to the object's instance.  This
> -  affects new-styles classes (derived from :class:`object`) or C extension
> +  affects new-styles classes (derived from :class:`object`) and C extension
                      ^

And to round out tonight's trio of typos, an unintended 's' here.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list