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 bethard
Recipients atuining, bethard, loewis, tarek
Date 2009-05-04.18:53:57
SpamBayes Score 6.2838623e-13
Marked as misclassified No
Message-id <1241463240.49.0.377863861559.issue5311@psf.upfronthosting.co.za>
In-reply-to
Content
@martin: 
Thanks! Do I need to do something special to make the merging work
right? Or do I just apply the patch separately to the trunk and the py3k
branche?

Good point about the install script - I think the condition needs to be
("&Python%s=3" % ver) instead of "NOT Installed". I'll use this approach
when I apply the patch, but clearly this needs some testing by folks
that use install scripts either way. I didn't worry much about the
pre-install script, since finalize_options() already throws an exception
saying that isn't supported

I'll open a new issue for support for a "Change" installation. This is
one of the nice things that treating Python versions as features allows,
I just haven't had time to look into it yet.

@anthony:
Allowing a minimum version to be set sounds like a nice feature. Could
you open a new feature request?
History
Date User Action Args
2009-05-04 18:54:00bethardsetrecipients: + bethard, loewis, atuining, tarek
2009-05-04 18:54:00bethardsetmessageid: <1241463240.49.0.377863861559.issue5311@psf.upfronthosting.co.za>
2009-05-04 18:53:58bethardlinkissue5311 messages
2009-05-04 18:53:58bethardcreate