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 vinay.sajip
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-06-25.07:36:35
SpamBayes Score 1.0548912e-06
Marked as misclassified No
Message-id <1308987396.45.0.278874081237.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-06-25 07:36:36vinay.sajipsetrecipients: + vinay.sajip, mhammond, fdrake, ceder, tim.golden, tarek, eric.araujo, alexis, higery
2011-06-25 07:36:36vinay.sajipsetmessageid: <1308987396.45.0.278874081237.issue12394@psf.upfronthosting.co.za>
2011-06-25 07:36:35vinay.sajiplinkissue12394 messages
2011-06-25 07:36:35vinay.sajipcreate