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