From: Terry Jan Reedy Date: Sun, 4 Oct 2015 03:01:46 +0000 (-0400) Subject: Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. X-Git-Tag: v3.5.1rc1~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67618272aeacea6cc12882cbd09564bdddd3d771;p=python Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. --- diff --git a/Misc/NEWS b/Misc/NEWS index cada794886..c0734e9921 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -423,7 +423,7 @@ Library - 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 ----