[issue19250] Duplicate import documentation in py3k

2013-10-13 Thread Nick Guenther
Nick Guenther added the comment: Thank you. Sorry for the duplicates. I tried to search the bug tracker but nothing stood out to me. -- ___ Python tracker ___ __

[issue19250] Duplicate import documentation in py3k

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: This is already fixed in the 3.3 branch (see #17938); it will be updated for pydoc "automatically" before the next bugfix release (the actual content comes from Lib/pydoc_data/topics.py). -- nosy: +georg.brandl resolution: -> fixed status: open -> close

[issue19250] Duplicate import documentation in py3k

2013-10-13 Thread Ezio Melotti
Ezio Melotti added the comment: I can reproduce on 3.3; looks OK on 3.4. -- nosy: +ezio.melotti type: -> behavior ___ Python tracker ___

[issue19250] Duplicate import documentation in py3k

2013-10-13 Thread Nick Guenther
New submission from Nick Guenther: Python3's docs given by >> help("import") duplicate these two paragraphs: "The *public names* defined by a module are determined by checking the module's namespace for a variable named ``__all__``; if defined, it must be a sequence of strings which are names de