Add a script to generate a new porting guide

* porting-guide.py is allowed to be Python-3.6+ as it will only be run
  by release engineers
This commit is contained in:
Toshio Kuratomi 2019-04-12 09:02:31 -07:00
parent bc955b9d60
commit e5a31e81b6
6 changed files with 231 additions and 4 deletions

View file

@ -38,8 +38,9 @@ def main():
'test/integration/targets/win_module_utils/library/legacy_only_old_way_win_line_ending.ps1',
'test/utils/shippable/timing.py',
'test/integration/targets/old_style_modules_posix/library/helloworld.sh',
# Python 3-only. Only run by release engineers
# The following are Python 3.6+. Only run by release engineers
'hacking/release-announcement.py',
'hacking/porting-guide.py',
])
# see https://unicode.org/faq/utf_bom.html#bom1