Message10133

Author seletz
Recipients eaaltonen, seletz, zyasoft
Date 2015-06-24.16:03:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435161788.08.0.155257792117.issue2338@psf.upfronthosting.co.za>
In-reply-to
Content
This is the diff against current trunk:

diff -r bb6cababa5bd Lib/readline.py
--- a/Lib/readline.py	Sun May 17 09:10:22 2015 +0100
+++ b/Lib/readline.py	Wed Jun 24 18:02:31 2015 +0200
@@ -95,7 +95,7 @@
     _reader.redrawLine()

 def set_startup_hook(function=None):
-    _console.startup_hook = function
+    _console.setStartupHook(function)

 def set_pre_input_hook(function=None):
     warn("set_pre_input_hook %s" % (function,), NotImplementedWarning, stacklevel=2)
History
Date User Action Args
2015-06-24 16:03:08seletzsetmessageid: <1435161788.08.0.155257792117.issue2338@psf.upfronthosting.co.za>
2015-06-24 16:03:08seletzsetrecipients: + seletz, zyasoft, eaaltonen
2015-06-24 16:03:08seletzlinkissue2338 messages
2015-06-24 16:03:07seletzcreate