commit | 78d59d65c77cc77e4a5f48c866fd82d7557c8986 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jul 12 09:37:53 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jul 12 09:37:53 2007 +0000 |
tree | 6ced6d65ddb78bf0663041b881d56a10be2fd8db | |
parent | f36e6a1a839531163f18dcecdfd017a33c08eab3 [diff] [blame] |
Bug #1637365: add subsection about "__name__ == __main__" to the Python tutorial. (backport from rev. 56306)
diff --git a/Misc/NEWS b/Misc/NEWS index 78205ef..c75b2f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,9 @@ Documentation ------------- +- Bug #1637365: add subsection about "__name__ == __main__" to the + Python tutorial. + - Bug #1569057: Document that calling file.next() on a file open for writing has undefined behaviour. Backport of r54712.