[Python-checkins] cpython (2.7): Issue #20374: delete spurious empty line

ned.deily python-checkins at python.org
Thu Feb 6 02:04:29 CET 2014


http://hg.python.org/cpython/rev/74c7a6fd8b45
changeset:   88983:74c7a6fd8b45
branch:      2.7
parent:      88980:0b5b0bfcc7b1
user:        Ned Deily <nad at acm.org>
date:        Wed Feb 05 17:01:41 2014 -0800
summary:
  Issue #20374: delete spurious empty line

files:
  Modules/readline.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Modules/readline.c b/Modules/readline.c
--- a/Modules/readline.c
+++ b/Modules/readline.c
@@ -749,7 +749,6 @@
     return result;
 }
 
-
 static int
 #if defined(_RL_FUNCTION_TYPEDEF)
 on_startup_hook(void)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list