[issue17938] Duplicate text in docs/reference/import statement

2013-05-08 Thread Stefan Chrobot
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

[issue17939] Misleading information about slice assignment in docs

2013-05-08 Thread Stefan Chrobot
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