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: Syntax error in Misc/NEWS
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, felixwiemann
Priority: normal Keywords: patch

Created on 2004-10-22 00:20 by felixwiemann, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
NEWS.patch felixwiemann, 2004-10-22 00:20 Patch for Misc/NEWS
Messages (3)
msg47111 - (view) Author: Felix Wiemann (felixwiemann) Date: 2004-10-22 00:20
The attached patch fixes a reStructuredText syntax
error in Misc/NEWS.

Aside from that error, the NEWS file contains valid
reStructuredText.
msg47112 - (view) Author: Felix Wiemann (felixwiemann) Date: 2004-10-22 00:21
Logged In: YES 
user_id=1014490

(The patch is against Misc/NEWS as of Python 2.4b1.)
msg47113 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-10-22 06:24
Logged In: YES 
user_id=357491

Rev. 1.1172 has the fix.  Thanks, Felix.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41059
2004-10-22 00:20:00felixwiemanncreate