##// END OF EJS Templates
don't require .py extension in %run or command-line...
don't require .py extension in %run or command-line There was an artificial requirement that files must have a '.py' extension to be run. This didn't seem to have any reason, and removing it changed no behavior. extensionless files are interpreted as pure-Python.

File last commit:

r4187:3207b260
r4188:3c385ef8
Show More
.gitignore
11 lines | 107 B | text/plain | TextLexer
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/gh-pages
*.py[co]
build
*.egg-info
*~
*.bak