]> granicus.if.org Git - python/commit
fix parsing reST with code or code-block directives (closes #23063)
authorBenjamin Peterson <benjamin@python.org>
Thu, 15 Jan 2015 04:56:35 +0000 (23:56 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 15 Jan 2015 04:56:35 +0000 (23:56 -0500)
commit95ee9c717505e14cacf2c1632551b52fc5ab0ccb
tree28445f198679e13a45e000d2e5bc5aa26205bc44
parenta44ec3ff4cdf0378acda7c12a3b8c586eca86682
fix parsing reST with code or code-block directives (closes #23063)

Patch by Marc Abramowitz.
Lib/distutils/command/check.py
Lib/distutils/tests/test_check.py
Misc/NEWS