summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-04 22:50:46 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-04 22:50:46 (GMT)
commitcad8b0ff8edc2dd6437ee1022977358a16f3860e (patch)
tree24e772e697b1930202552836a86c7d534eff9df6 /Misc
parentd73f369f4c52e921ba225043c0a820856369ef44 (diff)
downloadcpython-cad8b0ff8edc2dd6437ee1022977358a16f3860e.zip
cpython-cad8b0ff8edc2dd6437ee1022977358a16f3860e.tar.gz
cpython-cad8b0ff8edc2dd6437ee1022977358a16f3860e.tar.bz2
#13094: add Programming FAQ entry about the behavior of closures.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdb6fa8..21215cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -867,6 +867,9 @@ Tools/Demos
Documentation
-------------
+- Issue #13094: add "Why do lambdas defined in a loop with different values
+ all return the same result?" programming FAQ.
+
- Issue #14901: Update portions of the Windows FAQ.
Patch by Ashish Nitin Patil.