[Python-checkins] [python/cpython] a2a998: [3.6] bpo-30160: Clarify intended usage of wfile (...

GitHub noreply at github.com
Wed May 24 17:11:03 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: a2a9984a278d2ee945e91ce13e000e571794fc24
      https://github.com/python/cpython/commit/a2a9984a278d2ee945e91ce13e000e571794fc24
  Author: Zachary Ware <zachary.ware at gmail.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Doc/library/http.server.rst

  Log Message:
  -----------
  [3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793)

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)




More information about the Python-checkins mailing list