From e6ada11bcd69421a898320b6468a69a9b2637101 Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Sun, 13 Dec 2009 20:25:07 +0200 Subject: python formula: fix readline completion in repl --- Library/Formula/python.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 0f96ab09c..38b334165 100644 --- a/Library/Formula/python.rb +++ b/Library/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 [ -- cgit v1.2.3