Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.

This commit is contained in:
Terry Jan Reedy 2015-10-03 23:01:46 -04:00
parent 0d9bef927b
commit 67618272ae

View file

@ -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
----