mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27125: Remove duplicated words from documentation and comments
This commit is contained in:
parent
f45d27bcc3
commit
a90a4a9651
17 changed files with 20 additions and 21 deletions
|
@ -10639,8 +10639,8 @@ Core and Builtins
|
|||
certain operations between bytes/buffer and str like str(b'') and
|
||||
comparison.
|
||||
|
||||
- The standards streams sys.stdin, stdout and stderr may be None when
|
||||
the when the C runtime library returns an invalid file descriptor
|
||||
- The standard streams sys.stdin, stdout and stderr may be None
|
||||
when the C runtime library returns an invalid file descriptor
|
||||
for the streams (fileno(stdin) < 0). For now this happens only for
|
||||
Windows GUI apps and scripts started with `pythonw.exe`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue