[issue9367] test_getgroups in test_posix fails

2010-07-24 Thread Darren Worrall
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

[issue9367] test_getgroups in test_posix fails

2010-07-24 Thread Darren Worrall
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 "

[issue7082] Patch for get_filename in email.message when content-disposition is missing

2009-10-09 Thread Darren Worrall
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

[issue7082] Patch for get_filename in email.message when content-disposition is missing

2009-10-08 Thread Darren Worrall
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

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
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

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
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.

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
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

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
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