Raymond Hettinger added the comment: It looks like everyone is happy and the patch is ready for Mariatta to apply. The procedure is: $ hg pull -u $ hg diff # Verify it has only your intended patch $ hg update 3.6 $ cd Doc $ make html $ open build/html/index.html # Now review generated HTML $ hg commit -m "Issue #29381: Clarify ordering of UNIX shebang line as source encoding line" $ hg update default $ hg merge 3.6 $ hg diff # Verify it has only your intended patch $ hg commit -m "merge" $ hg push Then return to this issue, verify the bot has posted the commit. Write a comment thanking the OP and reviewers. Then mark the status as "closed" and resolution as "fixed". ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29381> _______________________________________