Kaydet (Commit) a083c8ee authored tarafından jugglinmike's avatar jugglinmike Kaydeden (comit) R. David Murray

bpo-30160: Clarify intended usage of wfile (gh-1300)

The library does not enforce compliance with the HTTP protocol,
so violations are not technically disallowed. Extend the stream's
description to avoid suggesting that intentional protocol violations are
not supported.
üst 323d538f
......@@ -105,7 +105,8 @@ of which this module provides three different variants:
Contains the output stream for writing a response back to the
client. Proper adherence to the HTTP protocol must be used when writing to
this stream.
this stream in order to achieve successful interoperation with HTTP
clients.
.. versionchanged:: 3.6
This is an :class:`io.BufferedIOBase` stream.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment