merge with 3.3

This commit is contained in:
Georg Brandl 2013-04-14 11:55:44 +02:00
commit 015427e659

View file

@ -549,6 +549,6 @@ modules found in a package.
.. rubric:: Footnotes
.. [#] In fact function definitions are also 'statements' that are 'executed'; the
execution of a module-level function enters the function name in the module's
global symbol table.
execution of a module-level function definition enters the function name in
the module's global symbol table.