Skip to content

PEP 333: Resolve dangling hyphens #3347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pep-0333.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down Expand Up @@ -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
Expand Down