Ron Adam <ron_a...@users.sourceforge.net> added the comment:

I noticed in your patch, the disclaimer only prints when pydoc can find a doc 
location (docloc is not None).  So it may not get displayed at all depending on 
how python is installed.  I also think having it on every page may be a bit 
overly cautious. (IMHO)

I'm also not sure it is correct to have that when viewing third party modules 
as the doc location in those cases will be broken anyway.

The obvious places to put it are:
   * top of the pydoc html module index.  (first page displayed)
   * in the welcome message for interactive help()
   * help(help)
   * help(pydoc)

It can still be defined in one location and then use "+ pydoc_disclaimer" in 
the desired locations.

----------
nosy: +ron_adam

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to