summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2014-03-29 00:10:33 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2014-03-29 00:10:33 (GMT)
commite50f9aa4bdf2df3a8d64f917be59ccba799683fc (patch)
tree215a20cbdaa430cf59d1c532c14f6c3fdd291cc4 /Misc
parent4ab532bbfeb6dd6c9804996e19b665b22de65d56 (diff)
downloadcpython-e50f9aa4bdf2df3a8d64f917be59ccba799683fc.zip
cpython-e50f9aa4bdf2df3a8d64f917be59ccba799683fc.tar.gz
cpython-e50f9aa4bdf2df3a8d64f917be59ccba799683fc.tar.bz2
Issue #19697: Document cases where __main__.__spec__ is None.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b0fa75..c682386 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -115,6 +115,8 @@ Documentation
required reference material for tool developers that isn't recorded
anywhere else.
+- Issue #19697: Document cases where __main__.__spec__ is None.
+
Tests
-----