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.

classification
Title: Wrong anchors in "What's New in Python 2.5"
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ezio.melotti, georg.brandl
Priority: normal Keywords:

Created on 2009-02-20 06:54 by ezio.melotti, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg82516 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2009-02-20 06:54
Some anchors of the "What's New in Python 2.5" page [1] are wrong (both
in the table of contents and on the titles):
<li><a href="#module-ctypes">New, Improved, and Removed Modules</a><ul>
<li><a href="#module-etree">The ctypes package</a></li>
<li><a href="#module-hashlib">The ElementTree package</a></li>
<li><a href="#module-sqlite">The hashlib package</a></li>
<li><a href="#module-wsgiref">The sqlite3 package</a></li>
<li><a href="#the-wsgiref-package">The wsgiref package</a></li>


[1]: http://docs.python.org/whatsnew/2.5.html
msg82521 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-20 08:47
Fixed the bug in Sphinx trunk, the anchors will be fixed in the docs as
soon as I update the revision we use to build them (after 0.6 is released).
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49576
2009-02-20 08:47:02georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg82521
2009-02-20 06:54:32ezio.melotticreate