diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-04 22:51:20 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-04 22:51:20 (GMT) |
commit | 7d4866908524f9dbdd3786ebe2ea3ad3b44c01ff (patch) | |
tree | 161ddeb6805bf7097a8a6ec790176ce5f265d2d8 /Misc | |
parent | 6c83e739d7b1690f8763b2437266effa71173324 (diff) | |
parent | cad8b0ff8edc2dd6437ee1022977358a16f3860e (diff) | |
download | cpython-7d4866908524f9dbdd3786ebe2ea3ad3b44c01ff.zip cpython-7d4866908524f9dbdd3786ebe2ea3ad3b44c01ff.tar.gz cpython-7d4866908524f9dbdd3786ebe2ea3ad3b44c01ff.tar.bz2 |
#13094: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -456,6 +456,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. |