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: trivial typo in datetime.rst: needing a preceding dot
Type: Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, n0vicelive, python-dev
Priority: normal Keywords: patch

Created on 2015-04-25 06:55 by n0vicelive, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
datetime_typo.patch n0vicelive, 2015-04-25 06:55 trivial patch review
Messages (2)
msg241998 - (view) Author: Gu Zhengxiong (n0vicelive) * Date: 2015-04-25 06:55
a non-trivial dot is needed for the hyperlink to make sense, or the link will jump to the start of the documentation, which doesn't make sense. 

the same typo as in http://bugs.python.org/issue23561.
msg242019 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-04-25 18:16
New changeset 875787fee2cc by Benjamin Peterson in branch '3.4':
fix relative link (closes #24057)
https://hg.python.org/cpython/rev/875787fee2cc

New changeset 4e48a55cffb8 by Benjamin Peterson in branch '2.7':
fix relative link (closes #24057)
https://hg.python.org/cpython/rev/4e48a55cffb8

New changeset 0351b0cb31d6 by Benjamin Peterson in branch 'default':
merge 3.4 (#24057)
https://hg.python.org/cpython/rev/0351b0cb31d6
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68245
2015-04-25 18:16:33python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg242019

resolution: fixed
stage: resolved
2015-04-25 06:55:58n0vicelivecreate