commit | a083c8ee6cb89ca573fe10c4c1922e2fa69ceaa3 | [log] [tgz] |
---|---|---|
author | jugglinmike <mike@mikepennisi.com> | Wed May 24 14:25:50 2017 -0400 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed May 24 14:25:50 2017 -0400 |
tree | e0c666b3167f3fd75dd2f54f4bba92aa8427f75e | |
parent | 323d538fec78af8eaffc9449a7b9e0ba92d985fc [diff] |
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.