[New-bugs-announce] [issue15343] "pydoc -w <package>" write out page with empty "package contents" section

Christopher the Magnificent report at bugs.python.org
Fri Jul 13 06:31:44 CEST 2012


New submission from Christopher the Magnificent <ultimate.mac.fanatic at gmail.com>:

Let there be a folder "testpkg" contained in $SOME_DIR with three empty files: "__init__.py", "bob.py", and "sally.py

If I run "pydoc3.2 -w testpkg" inside $SOME_DIR, it will output the file $SOME_DIR/testpkg.html

In testpkg.html there will be a section called "Package Contents" with two links named "bob" and "sally".

If I instead run "pydoc3.3 -w testpkg" inside $SOME_DIR, it will still output the file $SOME_DIR/testpkg.html

Only this time, in testpkg.html the section called "Package Contents" will be empty when there should be links named "bob" and "sally"

----------
messages: 165352
nosy: christopherthemagnificent
priority: normal
severity: normal
status: open
title: "pydoc -w <package>" write out page with empty "package contents" section
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15343>
_______________________________________


More information about the New-bugs-announce mailing list