(original) (raw)
Would there be any disadvantage to checking for filename.py whenever filename is not found so that “super.py” could be invoked with either “python super.py” or “python super”?
Raymond Hettinger
">
Would there be any disadvantage to checking for filename.py whenever filename is not found so that “super.py” could be invoked with either “python super.py” or “python super”?
Raymond Hettinger