commit | 48d578c02a98dfd339afc1f8c86dafde31a7e994 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 12 23:57:18 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 12 23:57:18 2012 +0200 |
tree | 396326a6a77727ecaf4f35a3aeecc3cfc275e32a | |
parent | c1f5d8af57f2cabb2eb19f84d6fab2fbdd86293b [diff] [blame] | |
parent | 85769539a3b4b229c2a4303653d125f323c5df8c [diff] [blame] |
#13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk.
diff --git a/Misc/NEWS b/Misc/NEWS index cd522dc..5cf2e7e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ 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.