Back to Falcon

1445.Misc

docs/_newsfragments/1445.misc.rst

4.3.0a1353 B
Original Source

Documented the US-ASCII restriction on the name and value arguments of :meth:falcon.Response.set_cookie. The implementation has always rejected non-ASCII inputs (raising KeyError for name and ValueError for value), but the parameter and Raises entries did not call this out; the docstring now matches the runtime behaviour.