commit | 0dee9c1b5cba45c2a6c0320021f88397c559312e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Mar 17 20:41:42 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Mar 17 20:41:42 2010 +0000 |
tree | 9549f3be7acc89017dcbe30327792b846c846967 | |
parent | 78c1871d2171b091d7249af63a4b5e3a927c0bc2 [diff] [blame] |
prevent lambda functions from having docstrings #8164
diff --git a/Misc/NEWS b/Misc/NEWS index 35fddeb..ffcdaa7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #8164: Don't allow lambda functions to have a docstring. + - Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt (SIGINT). If an error occurs while importing the site module, the error is printed and Python exits. Initialize the GIL before importing the site