Re: [Python-Dev] Writable __doc__

2012-01-18 Thread Noufal Ibrahim
Noufal Ibrahim writes: [...] > That is why you're seeing this. What's the question here? [...] My apologies. I didn't read the whole thread. -- ~noufal http://nibrahim.net.in Some bird populations soaring down -Headline of an article in Science News, page 126,

Re: [Python-Dev] Writable __doc__

2012-01-18 Thread Noufal Ibrahim
Sreenivas Reddy T writes: > this is happening on python 2.6 too. > > Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. class Test(type): > ... __doc__= > File "", line 2 > __doc__= >