commit | 95ee9c717505e14cacf2c1632551b52fc5ab0ccb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jan 14 23:56:35 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jan 14 23:56:35 2015 -0500 |
tree | 28445f198679e13a45e000d2e5bc5aa26205bc44 | |
parent | a44ec3ff4cdf0378acda7c12a3b8c586eca86682 [diff] [blame] |
fix parsing reST with code or code-block directives (closes #23063) Patch by Marc Abramowitz.
diff --git a/Misc/NEWS b/Misc/NEWS index cb90d13..b34d417 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ 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.