]> granicus.if.org Git - python/commit
Issue #1916. Added isgenerator() and isgeneratorfunction() to
authorFacundo Batista <facundobatista@gmail.com>
Mon, 18 Feb 2008 03:43:43 +0000 (03:43 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 18 Feb 2008 03:43:43 +0000 (03:43 +0000)
commit759bfc6207e7979d4eaeed2a2ae611e1804aef55
tree580985dd110d3cdd94b503c881f2f046906fd92c
parentb169eaa91704a44e350cf66c5e68981964b6764d
Issue #1916. Added isgenerator() and isgeneratorfunction() to
inspect.py.  Thanks Javi Mansilla for patch review and
corrections.
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS