[docs] couple things on the Dos and Donts page
Darren Yin
darren.yin at gmail.com
Thu Aug 18 02:25:37 CEST 2011
http://docs.python.org/howto/doanddont.html
Even in versions where it was accepted, it made the function execution
> slower, because the compiler could not be certain which names are local and
> which are global.
Even in versions where it was accepted, it made the function execution
slower, because the compiler could not be certain which names were local and
which were global.
Currently it mixes past and present tenses in a somewhat awkward manner.
One of the most awful question asked on the newsgroup is why this code:
One of the most awful questions asked on the newsgroup is why this code:
Because it used to just be non-grammatical.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110817/5750309c/attachment.html>
More information about the docs
mailing list