cpython: Fix whitespace
July 31, 2013
9:15 p.m.
http://hg.python.org/cpython/rev/809a64ecd5f1 changeset: 84937:809a64ecd5f1 user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Jul 31 23:15:37 2013 +0200 summary: Fix whitespace files: Lib/rlcompleter.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py --- a/Lib/rlcompleter.py +++ b/Lib/rlcompleter.py @@ -163,4 +163,3 @@ # contents are quasi-immortal, and the completer function holds a # reference to globals). atexit.register(lambda: readline.set_completer(None)) - -- Repository URL: http://hg.python.org/cpython
4601
Age (days ago)
4601
Last active (days ago)
0 comments
1 participants
participants (1)
-
antoine.pitrou