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 eric.araujo
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-06-25.20:17:37
SpamBayes Score 5.8884786e-11
Marked as misclassified No
Message-id <1309033058.5.0.278175221928.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
> Perhaps some mechanism needs to be provided to indicate additional
> processing options per script line:

Sure.  Higery will have to examine existing usage and think about setuptools→packaging transition.  We’ll start simple and easy (in other words, with something very similar to setuptools) and expand from that.

>> Version independence always means version independence in the same
>> major line of development (i.e. X number in X.Y.Z), or to put it
>> another way, version independence among the versions listed as
>> supported in the Trove classifiers.
> That can still be a problem with e.g. byte literals: 2.5 will raise
> SyntaxError where 2.6, 2.7 will not.

If the code is compatible with 2.6+ only, the “2.5” Trove classifier should not be used.  (Maybe I’m misunderstanding your point.)
History
Date User Action Args
2011-06-25 20:17:38eric.araujosetrecipients: + eric.araujo, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, alexis, higery
2011-06-25 20:17:38eric.araujosetmessageid: <1309033058.5.0.278175221928.issue12394@psf.upfronthosting.co.za>
2011-06-25 20:17:37eric.araujolinkissue12394 messages
2011-06-25 20:17:37eric.araujocreate