[issue5714] http.server._url_collapse_path should live elsewhere

2019-09-10 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue5714] http.server._url_collapse_path should live elsewhere

2019-02-24 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue5714] http.server._url_collapse_path should live elsewhere

2015-10-01 Thread Martin Panter
Martin Panter added the comment: Some ideas for this sort of function (or perhaps a few related functions): * Allow OS-independent handling of the path. E.g. the CGI server still has to check if each segment is a CGI script, the rest becomes PATH_INFO. Perhaps return a sequence of path segment

[issue5714] http.server._url_collapse_path should live elsewhere

2015-03-30 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue5714] http.server._url_collapse_path should live elsewhere

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> needs patch title: CGIHTTPServer._url_collapse_path_split should live elsewhere -> http.server._url_collapse_path should live elsewhere ___ Python tracker ___