From 09e6c75fd891a4f6f15cbebb1dae0d509b93970f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:27:57 +0100 Subject: [PATCH] PEP 3151: Resolve uses of the default role (#3402) --- pep-3151.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3151.txt b/pep-3151.txt index 21af2cd5f..e1ba710e2 100644 --- a/pep-3151.txt +++ b/pep-3151.txt @@ -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