From 8d46e19cd16466050b45640adfb5ec8ddfd7c4fe Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Sun, 13 Dec 2009 20:25:07 +0200 Subject: [PATCH] python formula: fix readline completion in repl --- Formula/python.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/python.rb b/Formula/python.rb index 0f96ab09ca..38b334165e 100644 --- a/Formula/python.rb +++ b/Formula/python.rb @@ -7,6 +7,11 @@ class Python :recommended + + def patches + # don't append space after completion + {:p0 => ["http://bugs.python.org/file14599/python-2.6-readline.patch"]} + end def options [