New submission from Derk Drukker :
The method MatchObject.groups disappeared from Doc/library/re.rst in py3k
branch r79434 after a merge. (trunk, release26-maint, and release31-maint are
fine.)
--
assignee: georg.brandl
components: Documentation
messages: 102612
nosy: drukker
Changes by Derk Drukker :
Removed file: http://bugs.python.org/file15181/fix-issue1235-py3k.patch
___
Python tracker
<http://bugs.python.org/issue1235>
___
___
Python-bug
Derk Drukker added the comment:
orsenthil: I reverted the changes that make Windows and Unix use the
same code in Patch Set 3, and briefly mentioned the reason for that in
the Rietveld app. I should have mentioned it here too.
It was because it actually makes the implementation on Unix worse
Derk Drukker added the comment:
The change in the patch worked for me on py3k on Ubuntu 9.10. It makes
sense, though, that it could still fail: conn can get closed too soon.
--
___
Python tracker
<http://bugs.python.org/issue6
Derk Drukker added the comment:
This patch fixes the issue.
--
keywords: +patch
nosy: +drukker
Added file: http://bugs.python.org/file15242/issue6748.patch
___
Python tracker
<http://bugs.python.org/issue6
Derk Drukker added the comment:
More elegant than using quotes in the cmdline string is, IMO, passing a
sequence to subprocess.Popen instead. I've put a new patch up for
review: http://codereview.appspot.com/141050
I've also unified the Unix and Windows portions in run_cgi. Bo
Derk Drukker added the comment:
The original problem reported concerned spaces in the path of the python
executable. So interp needs to be in quotes, as well (as Andy already
suggested). I've created a patch against the latest py3k, which I've
confirmed works and fixes this issue.
Derk Drukker added the comment:
Salut,
Note that in py3k, CGIHTTPRequestHandler (Lib/http/server.py) already
switched to using subprocess.
AFAICT, you didn't actually change cmdline, and so the problem remains.
--
nosy: +drukker
versions: +Python 3.1, Pytho
Derk Drukker added the comment:
I've entered my real name.
--
___
Python tracker
<http://bugs.python.org/issue7080>
___
___
Python-bugs-list mailing list