diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-07-21-10-43-22.bpo-44666.CEThkv.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-21-10-43-22.bpo-44666.CEThkv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-21-10-43-22.bpo-44666.CEThkv.rst b/Misc/NEWS.d/next/Library/2021-07-21-10-43-22.bpo-44666.CEThkv.rst new file mode 100644 index 0000000..ab2ef22 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-21-10-43-22.bpo-44666.CEThkv.rst @@ -0,0 +1,2 @@ +Fixed issue in :func:`compileall.compile_file` when ``sys.stdout`` is redirected. +Patch by Stefan Hölzl. |