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 terry.reedy
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan, ned.deily, pitrou, terry.reedy
Date 2013-02-27.19:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361993645.44.0.387002245963.issue16930@psf.upfronthosting.co.za>
In-reply-to
Content
As a member of the devguide target audience, I think for this the devguide should give alternatives with brief pluses and minuses. After importing and applying a patch to the earliest applicable 2.x or 3.x, move it to the other series with graft (new, possible better merge,possible problem with case or series specific changes); re-import (possible loss of local edits); or even export/import (keep local changes, no case problems). Expanded, the previous sentence should only be 10 or at most 15 lines. Then each person can pick the method that works best for them, which might not always be the same method for each patch. In a few years, this topic will be obsolete except for security issues.
History
Date User Action Args
2013-02-27 19:34:05terry.reedysetrecipients: + terry.reedy, ncoghlan, pitrou, ned.deily, ezio.melotti, eric.araujo, chris.jerdonek
2013-02-27 19:34:05terry.reedysetmessageid: <1361993645.44.0.387002245963.issue16930@psf.upfronthosting.co.za>
2013-02-27 19:34:05terry.reedylinkissue16930 messages
2013-02-27 19:34:05terry.reedycreate