[docs] Python v2.6.5 documentation - search plug-in for Firefox

Craig Barnes cjbarnes18 at googlemail.com
Mon Apr 26 23:06:24 CEST 2010


Hello,

I have found a minor issue on the Python 2.6.5 documentation Firefox search
plug-in on the website.  When you add the search plug-in for Firefox while
browsing the Python 2.6.5 documentation, the search produces results for
the dev/ branch which is  2.7b1 at time of writing.

The error is in line 6 of the python.xml file which should read

<os:Url type="text/html" method="GET"
template="http://docs.python.org/search.html?q={searchTerms}&amp;check_keywords=yes&amp;area=default">

it currently is:

<os:Url type="text/html" method="GET"
template="http://docs.python.org/dev/search.html?q={searchTerms}&amp;check_keywords=yes&amp;area=default">

Hope this helps

Regards

Craig Barnes


More information about the docs mailing list