##// END OF EJS Templates
Give SyntaxError for naked return in timeit...
Give SyntaxError for naked return in timeit We were missing invalid syntax because we put the code into a function before compiling it, leading to confusing error messages. Closes gh-10636

File last commit:

r7846:e288666b
r23747:4692abe0
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
IPython/.git_commit_info.ini export-subst
* text=auto
*.py diff=python
*.js diff=javascript
*.html diff=html