PEP 3333: Resolve dangling hyphens (#3364)
This commit is contained in:
parent
59ad1216c0
commit
f4fbfad07d
10
pep-3333.txt
10
pep-3333.txt
|
@ -674,9 +674,9 @@ Variable Value
|
||||||
``wsgi.input`` An input stream (file-like object) from which
|
``wsgi.input`` An input stream (file-like object) from which
|
||||||
the HTTP request body bytes can be read. (The server
|
the HTTP request body bytes can be read. (The server
|
||||||
or gateway may perform reads on-demand as
|
or gateway may perform reads on-demand as
|
||||||
requested by the application, or it may pre-
|
requested by the application, or it may
|
||||||
read the client's request body and buffer it
|
pre-read the client's request body and buffer
|
||||||
in-memory or on disk, or use any other
|
it in-memory or on disk, or use any other
|
||||||
technique for providing such an input stream,
|
technique for providing such an input stream,
|
||||||
according to its preference.)
|
according to its preference.)
|
||||||
|
|
||||||
|
@ -1455,8 +1455,8 @@ use only language features available in the target version, use
|
||||||
Optional Platform-Specific File Handling
|
Optional Platform-Specific File Handling
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Some operating environments provide special high-performance file-
|
Some operating environments provide special high-performance
|
||||||
transmission facilities, such as the Unix ``sendfile()`` call.
|
file-transmission facilities, such as the Unix ``sendfile()`` call.
|
||||||
Servers and gateways **may** expose this functionality via an optional
|
Servers and gateways **may** expose this functionality via an optional
|
||||||
``wsgi.file_wrapper`` key in the ``environ``. An application
|
``wsgi.file_wrapper`` key in the ``environ``. An application
|
||||||
**may** use this "file wrapper" to convert a file or file-like object
|
**may** use this "file wrapper" to convert a file or file-like object
|
||||||
|
|
Loading…
Reference in New Issue