##// END OF EJS Templates
Don't strip decorators before feeding into block_parser (#13612)...
Don't strip decorators before feeding into block_parser (#13612) make sure only pseudo-decorators are stripped before feeding into block_parser

File last commit:

r27685:ccd53253
r27685:ccd53253
Show More
stripping-decorators-bug.rst
4 lines | 228 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / stripping-decorators-bug.rst

Stripping decorators bug

Fixed bug which meant that ipython code blocks in restructured text documents executed with the ipython-sphinx extension skipped any lines of code containing python decorators.