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: ReStructuredText error in whatsnew/3.4.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: christian.heimes, docs@python, mgedmin
Priority: normal Keywords: patch

Created on 2013-10-22 09:47 by mgedmin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatsnew-rst-fix.patch mgedmin, 2013-10-22 09:47 patch review
Messages (2)
msg200907 - (view) Author: Marius Gedminas (mgedmin) * Date: 2013-10-22 09:47
Trivial syntax fix attached
msg200908 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-10-22 09:51
Fixed in http://hg.python.org/cpython/rev/af628ab4272a

Thanks!
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63543
2013-10-22 09:51:59christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg200908

resolution: fixed
stage: resolved
2013-10-22 09:47:43mgedmincreate