diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-09-20 21:49:48 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-09-20 21:49:48 (GMT) |
commit | 1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b (patch) | |
tree | 158dacfd556f2eb920ef34ffc3623e337b32abcf /Misc | |
parent | e22735036bd749dea3eba340cb077b82d7b35b86 (diff) | |
parent | 97dfad7856df5d9c681fa74d576a23247cc55a33 (diff) | |
download | cpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.zip cpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.tar.gz cpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.tar.bz2 |
Merge: #21079: is_attachment now looks only at the value, ignoring parameters.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ Core and Builtins Library ------- +- Issue #21079: Fix email.message.EmailMessage.is_attachment to return the + correct result when the header has parameters as well as a value. + - Issue #22247: Add NNTPError to nntplib.__all__. - Issue #22366: urllib.request.urlopen will accept a context object |