Hacker News new | ask | show | jobs
by hboon 4694 days ago
Bottle (http://bottlepy.org) isn't part of Python stdlib.
1 comments

Bottle uses `wsgiref` (https://github.com/defnull/bottle/blob/master/bottle.py#L263...) by default as its server. Per the name, it is a reference implementation of a WSGI server. No one should really use `wsgiref` for an application they care about. This test is invalid for this and lots of other reasons.