[issue9367] test_getgroups in test_posix fails

2010-07-24 Thread Darren Worrall
New submission from Darren Worrall d...@darrenworrall.co.uk: 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

[issue9367] test_getgroups in test_posix fails

2010-07-24 Thread Darren Worrall
Darren Worrall d...@darrenworrall.co.uk 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.diff

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

2009-10-09 Thread Darren Worrall
Darren Worrall d...@darrenworrall.co.uk 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 rep

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
Changes by Darren Worrall d...@darrenworrall.co.uk: -- nosy: DazWorrall severity: normal status: open title: Patch for get attachments in email versions: Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7082

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
New submission from Darren Worrall d...@darrenworrall.co.uk: 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

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
Darren Worrall d...@darrenworrall.co.uk 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 rep

[issue7082] Patch for get attachments in email

2009-10-08 Thread Darren Worrall
Changes by Darren Worrall d...@darrenworrall.co.uk: -- nosy: +barry versions: +Python 2.4, Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7082

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

2009-10-08 Thread Darren Worrall
Changes by Darren Worrall d...@darrenworrall.co.uk: -- title: Patch for get attachments in email - Patch for get_filename in email.message when content-disposition is missing ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7082