##// END OF EJS Templates
Remove docstring reference to obsolete split_blocks method.
Thomas Kluyver -
Show More
@@ -361,9 +361,6 b' class InputSplitter(object):'
361 *line-oriented* frontends, since it means that intermediate blank lines
361 *line-oriented* frontends, since it means that intermediate blank lines
362 are not allowed in function definitions (or any other indented block).
362 are not allowed in function definitions (or any other indented block).
363
363
364 Block-oriented frontends that have a separate keyboard event to
365 indicate execution should use the :meth:`split_blocks` method instead.
366
367 If the current input produces a syntax error, this method immediately
364 If the current input produces a syntax error, this method immediately
368 returns False but does *not* raise the syntax error exception, as
365 returns False but does *not* raise the syntax error exception, as
369 typically clients will want to send invalid syntax to an execution
366 typically clients will want to send invalid syntax to an execution
General Comments 0
You need to be logged in to leave comments. Login now