diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-11-21 20:09:21 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-11-21 20:09:21 (GMT) |
commit | 5a9d7061236991f671beb0ac4d298e9b79ce6f10 (patch) | |
tree | 13b8a1d0c3876c6bdba6f354fc3ee1e47488769c /Misc | |
parent | 90d3352da7094fd8074207cc630cf220ad0ce64e (diff) | |
download | cpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.zip cpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.tar.gz cpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.tar.bz2 |
#16522: Add FAIL_FAST flag to doctest.
Patch by me, most of the work (doc and tests) by Daniel Urban.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,8 @@ Core and Builtins Library ------- +- Issue #16522: added FAIL_FAST flag to doctest. + - Issue #15627: Add the importlib.abc.SourceLoader.compile_source() method. - Issue #16408: Fix file descriptors not being closed in error conditions |