]> git.pld-linux.org Git - packages/python.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Jan 2009 20:11:45 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-readline.patch -> 1.4

python-readline.patch [deleted file]

diff --git a/python-readline.patch b/python-readline.patch
deleted file mode 100644 (file)
index 2b01d78..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur Python-2.2.2.orig/Modules/readline.c Python-2.2.2/Modules/readline.c
---- Python-2.2.2.orig/Modules/readline.c       Sun Oct  6 07:43:47 2002
-+++ Python-2.2.2/Modules/readline.c    Thu Oct 17 12:10:51 2002
-@@ -450,7 +450,7 @@
- /* C function to call the Python completer. */
- static char *
--on_completion(char *text, int state)
-+on_completion(const char *text, int state)
- {
-       char *result = NULL;
-       if (completer != NULL) {
-@@ -495,7 +495,7 @@
-       Py_XDECREF(endidx);
-       begidx = PyInt_FromLong((long) start);
-       endidx = PyInt_FromLong((long) end);
--      return completion_matches(text, *on_completion);
-+      return rl_completion_matches(text, *on_completion);
- }
- /* Helper to initialize GNU readline properly. */
This page took 0.037261 seconds and 4 git commands to generate.