diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-15 04:56:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-15 04:56:35 (GMT) |
commit | 95ee9c717505e14cacf2c1632551b52fc5ab0ccb (patch) | |
tree | 28445f198679e13a45e000d2e5bc5aa26205bc44 /Misc | |
parent | a44ec3ff4cdf0378acda7c12a3b8c586eca86682 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |