diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ TO DO Core and Builtins ----------------- +- Added function annotations per PEP 3107. + - Moved intern() to sys.intern(). - exec is now a function. |