summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-03-12 21:57:18 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-03-12 21:57:18 (GMT)
commit48d578c02a98dfd339afc1f8c86dafde31a7e994 (patch)
tree396326a6a77727ecaf4f35a3aeecc3cfc275e32a /Misc
parentc1f5d8af57f2cabb2eb19f84d6fab2fbdd86293b (diff)
parent85769539a3b4b229c2a4303653d125f323c5df8c (diff)
downloadcpython-48d578c02a98dfd339afc1f8c86dafde31a7e994.zip
cpython-48d578c02a98dfd339afc1f8c86dafde31a7e994.tar.gz
cpython-48d578c02a98dfd339afc1f8c86dafde31a7e994.tar.bz2
#13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd522dc..5cf2e7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #13394: the aifc module now uses warnings.warn() to signal warnings.
+
- Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
Windows when the child process has already exited.