PEP 3151: Resolve uses of the default role (#3402)
This commit is contained in:
parent
87d13e4169
commit
09e6c75fd8
|
@ -695,7 +695,7 @@ Handling of PYTHONSTARTUP raises IOError (but the error gets discarded)::
|
|||
IOError: [Errno 2] No such file or directory: 'foox'
|
||||
|
||||
``PyObject_Print()`` raises IOError when ferror() signals an error on the
|
||||
`FILE *` parameter (which, in the source tree, is always either stdout or
|
||||
``FILE *`` parameter (which, in the source tree, is always either stdout or
|
||||
stderr).
|
||||
|
||||
Unicode encoding and decoding using the ``mbcs`` encoding can raise
|
||||
|
|
Loading…
Reference in New Issue