]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 61203-61204 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Mon, 3 Mar 2008 19:18:51 +0000 (19:18 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 3 Mar 2008 19:18:51 +0000 (19:18 +0000)
commitbe5b30b15f6ba8bb854968db3bd43390676b905b
treebc9f50a252ba8ad73136af4273222308a972d3c0
parent180510d29b369b88b0eb8815086162d2d6ef60a7
Merged revisions 61203-61204 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61203 | christian.heimes | 2008-03-03 13:40:17 +0100 (Mon, 03 Mar 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-60195" from
  svn+ssh://pythondev@svn.python.org/python/branches/trunk-math
........
  r61204 | christian.heimes | 2008-03-03 19:28:04 +0100 (Mon, 03 Mar 2008) | 1 line

  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