[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2011-01-15 Thread Georg Brandl
Georg Brandl added the comment: Right, closing this one too. Thanks! -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___

[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2011-01-14 Thread Ross Lagerwall
Ross Lagerwall added the comment: Shouldn't this be closed? CGIHTTPServer *has* been updated to use subprocess on windows and the dependency has been closed as wont fix. -- nosy: +rosslagerwall ___ Python tracker

[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: A patch that includes unit tests and doc changes is presumably needed to take this forward. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1681674 was closed as won't fix, so IIUC this patch won't work. -- dependencies: +subprocess.Popen fails with socket._fileobject on Windows nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 _