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.
Created on 2015年04月10日 18:17 by bwanamarko, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg240443 - (view) | Author: Mark Mikofski (bwanamarko) | Date: 2015年04月10日 18:17 | |
expected: using Sphinx search in docs, search keyword is usually highlighted on resulting pages. observerd: query string ?highligh=<string> does nothing on http://docs.python.org/2 although it actually does work for 2.6 and all 3.x docs. Doesn't appear to be a function of Sphinx version as 3.x docs and 2.7.x docs all use Sphinx-1.2.3 examples: works: https://docs.python.org/3/tutorial/appetite.html?highlight=indent does'nt: https://docs.python.org/2/tutorial/appetite.html?highlight=indent platform: works? chrome: no firefox: no |
|||
| msg240455 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年04月10日 22:40 | |
New changeset 89d47911209b by Benjamin Peterson in branch '2.7': highlight is now highlighted (closes #23909) https://hg.python.org/cpython/rev/89d47911209b |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:15 | admin | set | github: 68097 |
| 2015年04月10日 22:40:33 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg240455 resolution: fixed stage: resolved |
| 2015年04月10日 18:17:35 | bwanamarko | create | |