New submission from Stefan Chrobot:
http://docs.python.org/3/reference/simple_stmts.html#the-import-statement
After the "Examples", there's a duplicated paragraph:
The public names defined by a module are determined by checking the module’s
namespace for a variable named __al
New submission from Stefan Chrobot:
http://docs.python.org/3/reference/simple_stmts.html#assignment-statements
The docs says:
"If the target is a slicing: The primary expression in the reference is
evaluated. It should yield a mutable sequence object (such as a list). The
assigned o