[issue9007] CGIHTTPServer
New submission from anatoly techtonik <techtonik@gmail.com>: CGIHTTPServer only supports Python CGI scripts. That should be reflected in documentation. ---------- assignee: docs@python components: Documentation messages: 107911 nosy: docs@python, techtonik priority: normal severity: normal status: open title: CGIHTTPServer versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9007> _______________________________________
Changes by anatoly techtonik <techtonik@gmail.com>: ---------- title: CGIHTTPServer -> CGIHTTPServer supports only Python CGI scripts _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9007> _______________________________________
Changes by Brian Curtin <curtin@acm.org>: ---------- priority: normal -> low stage: -> needs patch type: -> behavior versions: -Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9007> _______________________________________
anatoly techtonik <techtonik@gmail.com> added the comment: It was actual only for old Mac versions without popen2/popen3 calls. popenX calls were replaced with subprocess which should be available on MacOS. ---------- status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9007> _______________________________________
participants (2)
-
anatoly techtonik
-
Brian Curtin