[issue4246] execution model - clear and complete example in documentation

2008-11-08 Thread robwolfe
robwolfe <[EMAIL PROTECTED]> added the comment: People seem to understand that they can not use variable before definition. But this dramatically change when they come across nested functions. They don't understand when variable can be resolved from outer scope and when can not, e.g:

[issue4246] execution model - clear and complete example in documentation

2008-11-01 Thread robwolfe
New submission from robwolfe <[EMAIL PROTECTED]>: I'd like to propose adding some complete example regarding scopes and bindings resolving to execution model description. There is no week on pl.comp.lang.python without a question about UnboundLocalError problem. I'm getting tire

[issue3934] sphinx - building muppy docs fails on Linux

2008-09-22 Thread robwolfe
New submission from robwolfe <[EMAIL PROTECTED]>: I've tried to build muppy (http://packages.python.org/muppy/) documentation on: $ python2.5 -c "import sys; print sys.version" 2.5 (release25-maint, Dec 9 2006, 14:35:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]