Files
typeshed/third_party/2and3
Bertrand Bonnefoy-Claudet 4b5a63d10f Fix werkzeug.wrappers.BaseResponse.__init__ (#2232)
This additionally allows strings, bytearrays and string iterables to be
passed as the `response` argument of `BaseResponse` (and thus also
`Response`).

Strings and bytearrays are explicitly handled in `__init__` [1].
Strings are also featured on the Werkzeug front-page snippet (`'Hello
World!'`) [2].

[1]: d129d17066/werkzeug/wrappers.py (L861)
[2]: http://werkzeug.pocoo.org/
2018-06-15 07:24:22 -07:00
..
2016-01-16 16:56:25 -05:00
2018-05-31 21:40:57 -07:00
2018-02-16 17:23:17 -08:00
2018-06-11 11:27:34 -07:00
2016-01-16 16:56:25 -05:00
2018-06-11 19:50:56 -07:00
2018-03-20 15:32:50 -07:00
2017-05-30 23:20:40 -07:00