[issue3795] wsgiref.simple_server fails to run demo_app

2008-12-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- superseder: -> wsgiref package totally broken ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue3795] wsgiref.simple_server fails to run demo_app

2008-09-06 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: This seems to be a duplicate of #3348. -- nosy: +pitrou resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3795] wsgiref.simple_server fails to run demo_app

2008-09-06 Thread Bjarke Walling
New submission from Bjarke Walling <[EMAIL PROTECTED]>: To reproduce the error start Python 3.0 and enter the usual WSGI "hello world" application: >>> from wsgiref.simple_server import make_server, demo_app >>> httpd = make_server('', 8000, demo_app) >>> httpd.serve_forever() Open a browser an