diff options
author | Guido van Rossum <guido@python.org> | 2015-05-03 01:38:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2015-05-03 01:38:24 (GMT) |
commit | 0a9933ebf3704540a5f31225b26acb990e1de4bf (patch) | |
tree | aabc7b609ae15cc12bf49cd4451122d2c661c471 /Misc | |
parent | 4590c3d944230aff3d1e6810d3113e790922359c (diff) | |
download | cpython-0a9933ebf3704540a5f31225b26acb990e1de4bf.zip cpython-0a9933ebf3704540a5f31225b26acb990e1de4bf.tar.gz cpython-0a9933ebf3704540a5f31225b26acb990e1de4bf.tar.bz2 |
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine + functions without __name__. + - Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes. Patch written by William Orr. |