summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-15 04:56:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-15 04:56:35 (GMT)
commit95ee9c717505e14cacf2c1632551b52fc5ab0ccb (patch)
tree28445f198679e13a45e000d2e5bc5aa26205bc44 /Misc
parenta44ec3ff4cdf0378acda7c12a3b8c586eca86682 (diff)
downloadcpython-95ee9c717505e14cacf2c1632551b52fc5ab0ccb.zip
cpython-95ee9c717505e14cacf2c1632551b52fc5ab0ccb.tar.gz
cpython-95ee9c717505e14cacf2c1632551b52fc5ab0ccb.tar.bz2
fix parsing reST with code or code-block directives (closes #23063)
Patch by Marc Abramowitz.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb90d13..b34d417 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #23063: In the disutils' check command, fix parsing of reST with code or
+ code-block directives.
+
- Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation. Patch written
by Bernard Spil.