From e984e3a86fe7c9b734a1bf906fe378d49d0a3681 2011-06-22 22:50:32 From: Thomas Kluyver Date: 2011-06-22 22:50:32 Subject: [PATCH] Remove docstring reference to obsolete split_blocks method. --- diff --git a/IPython/core/inputsplitter.py b/IPython/core/inputsplitter.py index 1e81a90..9612d5b 100644 --- a/IPython/core/inputsplitter.py +++ b/IPython/core/inputsplitter.py @@ -361,9 +361,6 @@ class InputSplitter(object): *line-oriented* frontends, since it means that intermediate blank lines are not allowed in function definitions (or any other indented block). - Block-oriented frontends that have a separate keyboard event to - indicate execution should use the :meth:`split_blocks` method instead. - If the current input produces a syntax error, this method immediately returns False but does *not* raise the syntax error exception, as typically clients will want to send invalid syntax to an execution