!py c:\scripts\test.py
OK
!py c:\scripts\TEST.PY
'script is not found'
!py c:\scripts\test.PY
'script is not found'
!py c:\scripts\TEST.py
OK
It is clear what !py works fine only with lowercase .py extension
Comments: ** Comment from web user: EreTIk **
OK
!py c:\scripts\TEST.PY
'script is not found'
!py c:\scripts\test.PY
'script is not found'
!py c:\scripts\TEST.py
OK
It is clear what !py works fine only with lowercase .py extension
Comments: ** Comment from web user: EreTIk **
changeset/89655 - run script without .py extension
changeset/89656 - .py extension case insensitive