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 vstinner
Recipients Rosuav, docs@python, paul.moore, python-dev, vstinner
Date 2016-04-19.20:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZ3rnEN6N+CWXB8jAuB6bmJim+qBro2-6jbbHxKY5kf6g@mail.gmail.com>
In-reply-to <1461095684.35.0.687168977893.issue26805@psf.upfronthosting.co.za>
Content
I don't know what "inactive" means in Mercurial. Python 3.5 is
actively developed (maintained):
https://docs.python.org/devguide/#status-of-python-branches

> How should I do the commit into 3.5?

Update to 3.5 (hg up 3.5), transplant your change (hg transplant
c3232d1d8ca0). Fix if needed. I don't recall if you need to commit or
not (commit if you get the patch as local changes). Then update to
default (hg update default), and merge 3.5 (hg merge 3.5). Commit.

https://docs.python.org/devguide/devcycle.html#branches
History
Date User Action Args
2016-04-19 20:14:07vstinnersetrecipients: + vstinner, paul.moore, docs@python, python-dev, Rosuav
2016-04-19 20:14:07vstinnerlinkissue26805 messages
2016-04-19 20:14:07vstinnercreate