This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akitada
Recipients akitada, fdrake, jepler, tarek
Date 2009-02-03.17:09:29
SpamBayes Score 0.00028934563
Marked as misclassified No
Message-id <1233680970.7.0.880363415546.issue976869@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-03 17:09:31akitadasetrecipients: + akitada, fdrake, jepler, tarek
2009-02-03 17:09:30akitadasetmessageid: <1233680970.7.0.880363415546.issue976869@psf.upfronthosting.co.za>
2009-02-03 17:09:29akitadalinkissue976869 messages
2009-02-03 17:09:29akitadacreate