File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ synchronous servers of four types::
94
94
95
95
Note that :class: `UnixDatagramServer ` derives from :class: `UDPServer `, not from
96
96
:class: `UnixStreamServer ` --- the only difference between an IP and a Unix
97
- stream server is the address family, which is simply repeated in both Unix
98
- server classes.
97
+ server is the address family.
99
98
100
99
101
100
.. class :: ForkingMixIn
@@ -430,11 +429,8 @@ Request Handler Objects
430
429
The :attr: `self.rfile ` and :attr: `self.wfile ` attributes can be
431
430
read or written, respectively, to get the request data or return data
432
431
to the client.
433
-
434
- The :attr: `rfile ` attributes of both classes support the
435
- :class: `io.BufferedIOBase ` readable interface, and
436
- :attr: `DatagramRequestHandler.wfile ` supports the
437
- :class: `io.BufferedIOBase ` writable interface.
432
+ The :attr: `!rfile ` attributes support the :class: `io.BufferedIOBase ` readable interface,
433
+ and :attr: `!wfile ` attributes support the :class: `!io.BufferedIOBase ` writable interface.
438
434
439
435
.. versionchanged :: 3.6
440
436
:attr: `StreamRequestHandler.wfile ` also supports the
You can’t perform that action at this time.
0 commit comments