diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-03-12 21:57:18 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-03-12 21:57:18 (GMT) |
commit | 48d578c02a98dfd339afc1f8c86dafde31a7e994 (patch) | |
tree | 396326a6a77727ecaf4f35a3aeecc3cfc275e32a /Misc | |
parent | c1f5d8af57f2cabb2eb19f84d6fab2fbdd86293b (diff) | |
parent | 85769539a3b4b229c2a4303653d125f323c5df8c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |