diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:24:43 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:24:43 (GMT) |
commit | cae4f5f4ac8d107af3ee4877ea501ff27cd70192 (patch) | |
tree | a498e1cd408fd40b2e2e37558ef1fc7edcfe0e5d /Misc | |
parent | 3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0 (diff) | |
download | cpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.zip cpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.tar.gz cpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.tar.bz2 |
Add test.test_support.catch_warning()'s new argument.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Library - The imputil module has been deprecated for removal in Python 3.0. +- test.test_support.catch_warning() gained a 'record' argument. + Build ----- |