From feb7a5f0d1589bdc82473537e9017ff832e684f3 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Sun, 10 May 2020 12:11:59 +0300 Subject: [PATCH] Omit internal solution details --- changelog/7126.bugfix.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog/7126.bugfix.rst b/changelog/7126.bugfix.rst index ad3368d77..a547688cb 100644 --- a/changelog/7126.bugfix.rst +++ b/changelog/7126.bugfix.rst @@ -1,3 +1,2 @@ -Switched to ``saferepr`` to format bytes ``parametrize`` parameters -for ``--setup-show`` output to prevent errors when Python is called with ``-bb`` -to catch bytearray with unicode comparison. +``--setup-show`` now doesn't raise an error if bytearray is used as ``parametrize`` +parameter when Python is called with ``-bb`` flag.