]> granicus.if.org Git - python/commit
Issue 10220: switch to using string constants rather than integers for inspect.getgen...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 06:36:04 +0000 (06:36 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 06:36:04 +0000 (06:36 +0000)
commit7921b9f2104fee46413798d0a82a1e822f061957
treeaca8c35d47905f3f4b132aa69b137301ced387ea
parent234515afe594e5f9ca1b3f460735c68b04c031e2
Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite
Lib/inspect.py
Lib/test/test_inspect.py