Akira Kitada <[email protected]> added the comment:
I doubt "strip-extensions" has to be in distutils.
Isn't a simple script like below enough for this?
$ for i in *.py; do mv $i ${i%.py}; done
----------
nosy: +akitada, tarek
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue976869>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com