From e077c29155e5ecb1ff24eb61d30c99505797e84d Mon Sep 17 00:00:00 2001 From: Marco Buttu Date: Sat, 20 Sep 2014 16:38:37 +0200 Subject: Fixed #23551 -- Fixed bash autocompletion crash on Python 3. --- docs/releases/1.7.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index cd534f1346..e16b7811e5 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -70,3 +70,5 @@ Bugfixes * Made the :setting:`SERIALIZE ` entry in the :setting:`TEST ` dictionary usable (:ticket:`23421`). + +* Fixed a crash in bash autocompletion on Python 3 (:ticket:`23551`). -- cgit v1.3