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: Link to howto section on re module documentation incorrect
Type: behavior Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, knorby
Priority: low Keywords:

Created on 2008-02-05 00:33 by knorby, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg62056 - (view) Author: Karl Norby (knorby) Date: 2008-02-05 00:33
The link on "http://docs.python.org/lib/re-syntax.html" to the HOWTO
section of documentation redirects incorrectly to
"http://docs.python.org/dev/howto/index.html/". It should be
"http://docs.python.org/dev/howto/" or
"http://docs.python.org/dev/howto/index.html".
msg62068 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-02-05 12:01
Fixed in r60590.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46294
2008-02-05 12:01:34georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg62068
2008-02-05 01:35:07christian.heimessetpriority: low
assignee: georg.brandl
type: behavior
nosy: + georg.brandl
2008-02-05 00:33:31knorbycreate