commit | 8ad09a4f2e557723395fc0840750c178924166b8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Dec 31 23:48:39 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Dec 31 23:48:39 2008 +0000 |
tree | 07838590351ff6d6fb40fc17e0a33b742e40c9ab | |
parent | 3cda1db67f555d7628dbc808d3bc1e307eee623b [diff] [blame] |
#4795 inspect.isgeneratorfunction() should return False instead of None
diff --git a/Misc/NEWS b/Misc/NEWS index 38d0dec..7eab3ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -100,6 +100,9 @@ Library ------- +- Issue #4795: inspect.isgeneratorfunction() returns False instead of None when + the function is not a generator. + - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case no MSVC compiler is found under Windows. Original patch by Philip Jenvey.