commit | 9467bc5ad1e886ecd0be84eddef35153ead936b1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jul 12 09:37:49 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jul 12 09:37:49 2007 +0000 |
tree | 959657faf6066aea3cce87d7306d97734ac63c03 | |
parent | b2e208f9010e4b1abbbd560d3d4a8f66fa5861d6 [diff] [blame] |
Bug #1637365: add subsection about "__name__ == __main__" to the Python tutorial.
diff --git a/Misc/NEWS b/Misc/NEWS index 9bf357b..c40cf78 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -851,6 +851,9 @@ Documentation ------------- +- Bug #1637365: add subsection about "__name__ == __main__" to the + Python tutorial. + - Patch #1698768: updated the "using Python on the Mac" intro. - Bug #1569057: Document that calling file.next() when the file is open for