In article <[email protected]>, senthil.kumaran <[email protected]> wrote: > https://hg.python.org/cpython/rev/9a0c5ffe7420 > changeset: 96605:9a0c5ffe7420 > parent: 96603:47a566d6ee2a > parent: 96604:3ded282f9615 > user: Senthil Kumaran <[email protected]> > date: Sun Jun 14 17:37:09 2015 -0700 > summary: > null merge with 3.4 > > Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple > documentation typos. > > Related Issues: > #issue21528 > #issue24453 > > files:
Senthil, There is now an active 3.5 branch, so the correct current order of merging is: 3.4 -> 3.5 3.5 -> default I've checked in a couple of null merges to try to fix things. -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
