[issue7025] Python 3.1 and 3.2 (dev) opensearch.xml still references 3.0

2009-09-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r75161. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue7025] Python 3.1 and 3.2 (dev) opensearch.xml still references 3.0

2009-09-30 Thread Jon Parise
New submission from Jon Parise : The _static/opensearch.xml output on docs.python.org for the 3.1 and 3.2 (dev/py3k) branches still refers to the 3.0 documentation. Doc/conf.py's html_use_opensearch value should be updated in those source branches to reflect their updated version numbers. -