commit | cad8b0ff8edc2dd6437ee1022977358a16f3860e | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 05 00:50:46 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 05 00:50:46 2013 +0200 |
tree | 24e772e697b1930202552836a86c7d534eff9df6 | |
parent | d73f369f4c52e921ba225043c0a820856369ef44 [diff] |
#13094: add Programming FAQ entry about the behavior of closures.
diff --git a/Misc/NEWS b/Misc/NEWS index fdb6fa8..21215cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -867,6 +867,9 @@ 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.