changeset: 98526:20e0906a808e branch: 3.5 parent: 98522:e0db10d8c95e user: Terry Jan Reedy date: Sat Oct 03 23:01:46 2015 -0400 files: Misc/NEWS description: Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. diff -r e0db10d8c95e -r 20e0906a808e Misc/NEWS --- a/Misc/NEWS Sat Oct 03 08:34:34 2015 -0700 +++ b/Misc/NEWS Sat Oct 03 23:01:46 2015 -0400 @@ -423,7 +423,7 @@ - Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. -- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. +- Issue #24791: Fix grammar regression for call syntax: 'g(\*a or b)'. IDLE ----