PEP 446: typo
This commit is contained in:
parent
010039d965
commit
8278ceed77
|
@ -174,8 +174,8 @@ This PEP has a well defined behaviour (the default value of the new
|
||||||
backward compatibility issue), and is much simpler.
|
backward compatibility issue), and is much simpler.
|
||||||
|
|
||||||
|
|
||||||
Add blocking parameter for file descriptors and Windows overlapped I/O
|
Add blocking parameter for file descriptors and use Windows overlapped I/O
|
||||||
----------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
Windows supports non-blocking operations on files using an extension of
|
Windows supports non-blocking operations on files using an extension of
|
||||||
the Windows API called "Overlapped I/O". Using this extension requires
|
the Windows API called "Overlapped I/O". Using this extension requires
|
||||||
|
|
Loading…
Reference in New Issue