summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarco Buttu <marco.buttu@gmail.com>2014-09-20 16:38:37 +0200
committerTim Graham <timograham@gmail.com>2014-09-25 07:44:22 -0400
commite077c29155e5ecb1ff24eb61d30c99505797e84d (patch)
treebbfdae9dedb5b9f4998b89a226d272bae7c97de4 /docs
parent9f576dd54fafdd76aa250f8947cc76c7ae19216c (diff)
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt2
1 files changed, 2 insertions, 0 deletions
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 <TEST_SERIALIZE>` entry in the
:setting:`TEST <DATABASE-TEST>` dictionary usable (:ticket:`23421`).
+
+* Fixed a crash in bash autocompletion on Python 3 (:ticket:`23551`).