diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2009-01-12 09:20:34 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2009-01-12 09:20:34 (GMT) |
commit | 6220e41cb153eb94d6275f2b62b8a3fd614df7d1 (patch) | |
tree | 286ca9cf1d4f337c9986e92b56eaf1eaf6ba69d4 /Misc | |
parent | e3422fae8a38b04c216b7c777ad10694073c4937 (diff) | |
download | cpython-6220e41cb153eb94d6275f2b62b8a3fd614df7d1.zip cpython-6220e41cb153eb94d6275f2b62b8a3fd614df7d1.tar.gz cpython-6220e41cb153eb94d6275f2b62b8a3fd614df7d1.tar.bz2 |
Update Misc/NEWS for issue 3582
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ Core and Builtins - Issue #4748: Lambda generators no longer return a value. +- Issue #3582: Use native TLS functions on Windows + Library ------- |