New submission from Christopher the Magnificent 
<ultimate.mac.fana...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15343>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to