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 georg.brandl
Recipients georg.brandl, lars.gustaebel
Date 2007-09-06.14:13:27
SpamBayes Score 0.0019324619
Marked as misclassified No
Message-id <46E00B0A.1090100@gmx.net>
In-reply-to <1189084286.84.0.1451286541.issue1119@psf.upfronthosting.co.za>
Content
Lars Gustäbel schrieb:
> New submission from Lars Gustäbel:
> 
> When rebuilding parts of the documentation the search index is emptied.
> The problem is that the extensions are not stripped from the filenames
> that are given to IndexBuilder.prune() method.
> 
> Therefore, the Search widget on http://docs.python.org/dev/3.0/ produces
> no results.

Thanks, fixed in rev. 58009!

Georg
History
Date User Action Args
2007-09-06 14:13:28georg.brandlsetspambayes_score: 0.00193246 -> 0.0019324619
recipients: + georg.brandl, lars.gustaebel
2007-09-06 14:13:28georg.brandllinkissue1119 messages
2007-09-06 14:13:28georg.brandlcreate