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 rhettinger
Recipients Jim Fasarakis-Hilliard, Mariatta, docs@python, marco.buttu, rhettinger
Date 2017-01-31.03:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485832935.22.0.583137169133.issue29381@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2017-01-31 03:22:15rhettingersetrecipients: + rhettinger, docs@python, marco.buttu, Jim Fasarakis-Hilliard, Mariatta
2017-01-31 03:22:15rhettingersetmessageid: <1485832935.22.0.583137169133.issue29381@psf.upfronthosting.co.za>
2017-01-31 03:22:15rhettingerlinkissue29381 messages
2017-01-31 03:22:14rhettingercreate