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 scoder
Recipients brett.cannon, python-dev, scoder
Date 2013-10-01.09:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380620268.85.0.22006254193.issue19108@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm leaving you with this, if you're wanting to do anything about it

Sorry, but weren't you just asking *me* to be constructive?

I'm aware that getting this change right isn't trivial. But that doesn't mean we should happily break other people's code and then leave the cleanup to them. This isn't a green-field project, the code is actually being used by other projects than CPython. In fact, the whole purpose of this code is to be used by other projects as well. That means that there may be some additional restrictions on what we should expect from a benchmarked runtime. Previously, the requirements were "can run a Python script from the command line". Now, the additional requirements are "accepts the -c switch" and "can execute a line of Python code passed on the command line". That is substantially harder to handle in a script.
History
Date User Action Args
2013-10-01 09:37:48scodersetrecipients: + scoder, brett.cannon, python-dev
2013-10-01 09:37:48scodersetmessageid: <1380620268.85.0.22006254193.issue19108@psf.upfronthosting.co.za>
2013-10-01 09:37:48scoderlinkissue19108 messages
2013-10-01 09:37:48scodercreate