[Python-checkins] cpython (3.5): Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.

terry.reedy python-checkins at python.org
Sat Oct 3 23:03:38 EDT 2015


https://hg.python.org/cpython/rev/20e0906a808e
changeset:   98526:20e0906a808e
branch:      3.5
parent:      98522:e0db10d8c95e
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Oct 03 23:01:46 2015 -0400
summary:
  Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
 ----

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list