diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-03-01 22:36:27 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-03-01 22:36:27 +1300 |
| commit | 65bfef955e54516b7c19e4d3662972bca1b62999 (patch) | |
| tree | 877fddae40d277cf223e246960a873abb3190f3b | |
| parent | c46b7735d034a02ad69ec720b96e960b4bcbbc37 (diff) | |
| download | testtools-65bfef955e54516b7c19e4d3662972bca1b62999.tar.gz | |
Add NEWS entry for pypy fix.
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Improvements create a synthetic test recording any such exception. (Robert Collins, #1130429) +* The repr of object() on pypy includes the object id, which was breaking a + test that accidentally depended on the CPython repr for object(). + (Jonathan Lange) + 0.9.29 ~~~~~~ |
