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 belopolsky
Recipients akitada, belopolsky, christian.heimes, josm, loewis, mark.dickinson, rhettinger, robertwb, zanella
Date 2010-05-05.23:35:10
SpamBayes Score 0.0082522975
Marked as misclassified No
Message-id <1273102521.82.0.657320281449.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
> Alexander, do you want to tackle the 2.6 backport?

I've never done a maintenance branch backport, but here is my attempt:

1. Checkout release26-maint
2. Apply 80757:80758 diff, fix rejected NEWS patch
3. Ignore 80838:80839 diff - small floats are accepted in 2.6 range.
4. Replace small float with large float in bad argument tests.  
5. make; make test; make patchcheck

I could probably use svn merge instead of svn diff + patch.  Did I miss anything important?

BTW, I've discovered "make patchcheck", does it check C files white space issues or only python files?

Mark,

I've sent you two emails off the tracker, but it looks like they did not make it through your spam filters.
History
Date User Action Args
2010-05-05 23:35:21belopolskysetrecipients: + belopolsky, loewis, rhettinger, mark.dickinson, christian.heimes, josm, robertwb, zanella, akitada
2010-05-05 23:35:21belopolskysetmessageid: <1273102521.82.0.657320281449.issue1533@psf.upfronthosting.co.za>
2010-05-05 23:35:14belopolskylinkissue1533 messages
2010-05-05 23:35:13belopolskycreate