changeset: 98527:6db349fac3ec parent: 98525:850efcc9155c parent: 98526:20e0906a808e user: Terry Jan Reedy date: Sat Oct 03 23:03:15 2015 -0400 files: Misc/NEWS description: Issue #9232: Escape rst markup char in NEWS entry to avoid Sphinx warning. diff -r 850efcc9155c -r 6db349fac3ec Misc/NEWS --- a/Misc/NEWS Sat Oct 03 21:40:21 2015 +0200 +++ b/Misc/NEWS Sat Oct 03 23:03:15 2015 -0400 @@ -29,7 +29,7 @@ doesn't need such high-quality entropy. - Issue #9232: Modify Python's grammar to allow trailing commas in the - argument list of a function declaration. For example, "def f(*, a = + argument list of a function declaration. For example, "def f(\*, a = 3,): pass" is now legal. Patch from Mark Dickinson. - Issue #24965: Implement PEP 498 "Literal String Interpolation". This @@ -555,8 +555,8 @@ - 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)'. +p IDLE ----