This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christopherthemagnificent
Recipients christopherthemagnificent
Date 2012-07-13.04:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342153904.47.0.184982192019.issue15343@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2012-07-13 04:31:44christopherthemagnificentsetrecipients: + christopherthemagnificent
2012-07-13 04:31:44christopherthemagnificentsetmessageid: <1342153904.47.0.184982192019.issue15343@psf.upfronthosting.co.za>
2012-07-13 04:31:43christopherthemagnificentlinkissue15343 messages
2012-07-13 04:31:43christopherthemagnificentcreate