]> granicus.if.org Git - python/commit
- Change all remaining assertions into verify() and vereq() calls.
authorGuido van Rossum <guido@python.org>
Sat, 24 Nov 2001 21:07:01 +0000 (21:07 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 24 Nov 2001 21:07:01 +0000 (21:07 +0000)
commit90c45142d7c8b018d099a832af8c856ef4d9f8c9
tree780e252008f40d8f920c61baf3055a103e897d6e
parent00fb0c954faeb582ab5a4b1776b774686509e3d3
- Change all remaining assertions into verify() and vereq() calls.

- Add tests for the recent fixes to copy_reg.py:
  __getstate__/__setstate__ and mixed inheritance from new+classic
  classes.
Lib/test/test_descr.py