Darren Worrall added the comment:
After a quick chat with Ronald at the EP sprint he says the ordering didnt
matter, so here's a quick patch to check only for deltas.
--
keywords: +patch
Added file: http://bugs.python.org/file18177/py3k-issue9367
New submission from Darren Worrall :
In my checkout of py3k (r83123), test_getgroups in test_posix fails - the right
elements are returned but the ordering is different:
$ ./python -m test.regrtest test_posix
test_posix
test test_posix failed -- Traceback (most recent call last):
File "
Darren Worrall added the comment:
Indeed, I'm certainly not constructing messages like that, but
occasionally have to process them :)
RE: the python versions, I'll remember that in future, thanks.
--
___
Python tracker
<http://bu
Changes by Darren Worrall :
--
title: Patch for get attachments in email -> Patch for get_filename in
email.message when content-disposition is missing
___
Python tracker
<http://bugs.python.org/iss
Changes by Darren Worrall :
--
nosy: +barry
versions: +Python 2.4, Python 2.5, Python 2.6
___
Python tracker
<http://bugs.python.org/issue7082>
___
___
Python-bug
Darren Worrall added the comment:
Patch is against 2.7 trunk, but should backport without any resistance.
--
keywords: +patch
Added file: http://bugs.python.org/file15080/message-getfilename.patch
___
Python tracker
<http://bugs.python.
New submission from Darren Worrall :
Finger spasm submitted this without a comment, apologies.
I believe the fix applied in http://bugs.python.org/issue1403349 is not
actually correct. In the case where Content-Disposition is missing, the
'name' parameter should be on Content-Type
Changes by Darren Worrall :
--
nosy: DazWorrall
severity: normal
status: open
title: Patch for get attachments in email
versions: Python 2.7
___
Python tracker
<http://bugs.python.org/issue7