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 belopolsky
Recipients belopolsky, docs@python, eric.araujo, georg.brandl
Date 2010-11-17.23:00:11
SpamBayes Score 2.9029808e-08
Marked as misclassified No
Message-id <1290034814.55.0.0407984399823.issue10446@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch, issue10446.diff, makes help(sys) look as follows:


NAME
    sys

MODULE REFERENCE
    http://docs.python.org/release/3.2/library/sys
    
    The following documentation is automatically generated from the Python source
    files.  It may be incomplete, incorrect or include features that are considered
    implementation detail and may vary between Python implementations.  When in
    doubt, consult the module reference at the location listed above.

DESCRIPTION
    This module provides access to some objects used or maintained by the
    interpreter and to functions that interact strongly with the interpreter.  
..

Georg, I noticed that there is no http://docs.python.org/release/3.2 link yet, but I don't want to complicate the URL generation logic unnecessarily to accommodate pre-release versions. If you can suggest some simple test for pointing to 'dev' instead of 'release/X.Y', I'll add it, but I don't see it as a priority.

If you test the patch from the source tree, please note that pydoc has some strange logic that excludes uninstalled modules except ones in a hardcoded list.  This should be changed at some point.
History
Date User Action Args
2010-11-17 23:00:14belopolskysetrecipients: + belopolsky, georg.brandl, eric.araujo, docs@python
2010-11-17 23:00:14belopolskysetmessageid: <1290034814.55.0.0407984399823.issue10446@psf.upfronthosting.co.za>
2010-11-17 23:00:11belopolskylinkissue10446 messages
2010-11-17 23:00:11belopolskycreate