[issue13308] fix test_httpservers failures when run as root

2011-11-03 Thread Petri Lehtinen
Petri Lehtinen added the comment: Whoops, posted the previous message to a totally wrong issue. Who was it thag introduced tabbed browsing? -- ___ Python tracker ___ __

[issue13308] fix test_httpservers failures when run as root

2011-11-03 Thread Petri Lehtinen
Petri Lehtinen added the comment: I mean that this should be enough to close this issue: - -find $(srcdir) -name '__pycache__' -exec rmdir {} '+' + -find $(srcdir) -name '__pycache__' -exec rmdir {} ';' That is, use ';' instead of the unportable '+' instead of changing all cleaning

[issue13308] fix test_httpservers failures when run as root

2011-11-03 Thread Charles-François Natali
Charles-François Natali added the comment: > You should change "issue #" with the real issue number now that > there's an issue for this :) Done :-) -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ P

[issue13308] fix test_httpservers failures when run as root

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1cde7081bf5 by Charles-François Natali in branch '2.7': Issue #13308: Fix test_httpservers failures when run as root. http://hg.python.org/cpython/rev/d1cde7081bf5 New changeset 4dc5590dbd0b by Charles-François Natali in branch '3.2': Issue #13308

[issue13308] fix test_httpservers failures when run as root

2011-11-01 Thread Petri Lehtinen
Petri Lehtinen added the comment: You should change "issue #" with the real issue number now that there's an issue for this :) -- nosy: +petri.lehtinen ___ Python tracker _

[issue13308] fix test_httpservers failures when run as root

2011-11-01 Thread Charles-François Natali
New submission from Charles-François Natali : Here's a patch fixing test_httpservers failures when run as root (a couple buildbots are consistently failing on this, e.g. http://python.org/dev/buildbot/all/builders/x86 FreeBSD 7.2 3.x/builds/2282/steps/test/logs/stdio). The test is failing for