commit | 58abc5bcd75f3a516b91df207c0658cff168e1f2 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 05 00:49:48 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 05 00:49:48 2013 +0200 |
tree | 3ca6627f5293d41c2c0c8db21428a091bd587e7a | |
parent | 717e50e43aac255f64ccceace6d325f185ee8884 [diff] [blame] |
#13094: add Programming FAQ entry about the behavior of closures.
diff --git a/Misc/NEWS b/Misc/NEWS index 097f205..0f9e825 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -693,6 +693,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.