summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-03-01 22:36:27 +1300
committerRobert Collins <robertc@robertcollins.net>2013-03-01 22:36:27 +1300
commit65bfef955e54516b7c19e4d3662972bca1b62999 (patch)
tree877fddae40d277cf223e246960a873abb3190f3b
parentc46b7735d034a02ad69ec720b96e960b4bcbbc37 (diff)
downloadtesttools-65bfef955e54516b7c19e4d3662972bca1b62999.tar.gz
Add NEWS entry for pypy fix.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 963e951..2dde023 100644
--- a/NEWS
+++ b/NEWS
@@ -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
~~~~~~