diff options
author | Skip Montanaro <skip@pobox.com> | 2008-01-19 18:47:24 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-01-19 18:47:24 (GMT) |
commit | 562133b8bed11ddfbef6c0a908767ce60d89c7b7 (patch) | |
tree | b1e07cf530f2dcd2a69e7ea454da9619a75b1c40 /Misc/NEWS | |
parent | 6e22be7226978af300d2ce63c5f0fcde39436d52 (diff) | |
download | cpython-562133b8bed11ddfbef6c0a908767ce60d89c7b7.zip cpython-562133b8bed11ddfbef6c0a908767ce60d89c7b7.tar.gz cpython-562133b8bed11ddfbef6c0a908767ce60d89c7b7.tar.bz2 |
missing from r60088 checkin.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -367,6 +367,9 @@ Core and builtins Library ------- +- #1693149: trace.py --ignore-module - accept multiple comma-separated + modules to be given. + - #1822: MIMEMultipart.is_multipart() behaves correctly for a just-created (and empty) instance. Thanks Jonathan Share. |