Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a083c8ee6cb89ca573fe10c4c1922e2fa69ceaa3 https://github.com/python/cpython/commit/a083c8ee6cb89ca573fe10c4c1922e2fa69ceaa3 Author: jugglinmike <mike at mikepennisi.com> Date: 2017年05月24日 (2017年5月24日) Changed paths: M Doc/library/http.server.rst Log Message: ----------- 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.