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 2004-10-22 06:24 by brett.cannon. 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
2004-10-22 00:20:00felixwiemanncreate