about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_python2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fc8d746b..620e39199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-14  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 32255: Completion/Unix/Command/_python: complete for Python
+	with command names python2.4 ... python3.4.
+
 2014-01-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 32246: Doc/Zsh/builtins.yo, Src/builtin.c, Test/.distfiles,
diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python
index ca1ed37fd..edc49b72b 100644
--- a/Completion/Unix/Command/_python
+++ b/Completion/Unix/Command/_python
@@ -1,4 +1,4 @@
-#compdef python
+#compdef python python2 python2.4 python2.5 python2.6 python2.7 python3.0 python3.1 python3.2 python3.3 python3.4
 
 # Python 2.6
 # Python 3.0