On Thu, Oct 22, 2009 at 9:45 AM, Antoine Pitrou <solip...@pitrou.net> wrote:
>
> Speaking of the __doc__ property, I just noticed the following thing on py3k:
>
>>>> class C: pass
> ...
>>>> C.__doc__ = "hop"
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
> AttributeError: attribute '__doc__' of 'type' objects is not writable
>
> Is this deliberate?

Yes.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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