Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: aa27f0e94f4d9c5ef589984dc2b32d856e8e038f https://github.com/python/cpython/commit/aa27f0e94f4d9c5ef589984dc2b32d856e8e038f Author: Zachary Ware <zachary.ware at gmail.com> Date: 2017年05月24日 (2017年5月24日) Changed paths: M Doc/library/http.server.rst Log Message: ----------- [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792) 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. (cherry picked from commit a083c8e)