Steven Bethard <steven.beth...@gmail.com> added the comment: @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? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5311> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com