diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-22 07:28:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-22 07:28:21 (GMT) |
commit | 23ea9c8c9158c7407e704ad0116530fd19ad3cb8 (patch) | |
tree | ce241955b7c5862f3b04ba9546228cc1b0660224 /Misc | |
parent | 26408df88fa6d84f0702964cef60e74c7830c066 (diff) | |
parent | 17f5f817de1b9ad8cdff783838f9d44a6a920ae5 (diff) | |
download | cpython-23ea9c8c9158c7407e704ad0116530fd19ad3cb8.zip cpython-23ea9c8c9158c7407e704ad0116530fd19ad3cb8.tar.gz cpython-23ea9c8c9158c7407e704ad0116530fd19ad3cb8.tar.bz2 |
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
now display special message when and only when there are failures.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -635,6 +635,9 @@ IDLE Build ----- +- Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ + now display special message when and only when there are failures. + - Issue #21141: The Windows build process no longer attempts to find Perl, instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to |