]> granicus.if.org Git - python/commit
Since abc._Abstract was replaces by a new type flags the regression test suite fails...
authorChristian Heimes <christian@cheimes.de>
Mon, 3 Mar 2008 18:28:04 +0000 (18:28 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 3 Mar 2008 18:28:04 +0000 (18:28 +0000)
commit608c1d8e87b20116011fe8fce634e980e115d514
treee7204b4c31d30b37d308dda03cc03c032f5df08e
parent1f178a6fac790f380b6830642b8c9afc0a3a9931
Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too?
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/regrtest.py
Lib/test/test_abc.py
Misc/NEWS