[docs] [issue29381] Tutorial documentation contains undefined reference to #!

Raymond Hettinger report at bugs.python.org
Mon Jan 30 22:22:15 EST 2017


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 at bugs.python.org>
<http://bugs.python.org/issue29381>
_______________________________________


More information about the docs mailing list