##// END OF EJS Templates
Merge pull request #2299 from takluyver/remove-duplicate-input-transforms...
Merge pull request #2299 from takluyver/remove-duplicate-input-transforms Remove code from prefilter that duplicates functionality in inputsplitter This is the first step towards implementing IPEP 2 (#2293). Removed all the static transformations from prefilter, because we're relying on the equivalent functionality in inputsplitter. Note that this is a backwards-incompatible change for anyone who might have relied on the low-level details of the prefiltering machinery. Regular users of the IPython applications themselves will not see any changes in behavior.

File last commit:

r4524:1bcb7225
r8219:06a7a574 merge
Show More
index.txt
15 lines | 233 B | text/plain | TextLexer
==================================
Using IPython for interactive work
==================================
.. toctree::
:maxdepth: 2
tutorial.txt
tips.txt
reference.txt
shell.txt
qtconsole.txt
htmlnotebook.txt