[issue5777] unable to search in python V3 documentation

Terry J. Reedy report at bugs.python.org
Sat Apr 18 09:40:43 CEST 2009


Terry J. Reedy <tjreedy at udel.edu> added the comment:

You should have searched for "sys argv" since "sys.argv" is not 'a
word'.  However, that would not have worked since multiple word
searching seems to be broken, at least sometimes.  In particular,
searching for 'argv' gives several hits, including the one you wanted,
as does searching for 'sys', but 'sys argv' does not.  I tried another
example using two words from a particular doc and got a similar failure.

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list