From 01ed6dfc3bd29b2d76d3e9ed079f2f0f648c0179 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Fri, 2 Jun 2017 12:38:31 +0300 Subject: [PATCH] Added a changelog entry for the WindowsConsoleIO workaround --- changelog/103.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/103.bugfix diff --git a/changelog/103.bugfix b/changelog/103.bugfix new file mode 100644 index 000000000..e67110b64 --- /dev/null +++ b/changelog/103.bugfix @@ -0,0 +1,3 @@ +Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's +FDCapture. Other code using console handles might still be affected by the +very same issue and might require further workarounds/fixes, i.e. colorama.