> > Should a patch for 3.6 be cherry-picked directly from master or from 3.7? > Does it matter? With hg, double forward merges had to be done linearly, as > from 3.6 to 3.7 and thence from 3.7 to 3.8 (master).
cherry_picker.py and miss-islington will backport from master to newest branch first. So master -> 3.7, then master -> 3.6, and master -> 2.7. It does not backport from 3.7 -> 3.6. When doing it manually yourself, you should be able to backport from master -> 3.6 first and then master -> 3.7, it doesn't matter. Mariatta Wijaya
_______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/