commit | 90c45142d7c8b018d099a832af8c856ef4d9f8c9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Nov 24 21:07:01 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Nov 24 21:07:01 2001 +0000 |
tree | 780e252008f40d8f920c61baf3055a103e897d6e | |
parent | 00fb0c954faeb582ab5a4b1776b774686509e3d3 [diff] |
- 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.