summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-07 07:51:38 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-07 07:51:38 -0200
commit92e4f5b0bc5ec7a06284b9cc2245fdfb052d9707 (patch)
tree783a715ae664d1a33b2a86b8b91ae08cb6215c54 /NEWS
parentbdfd5ccb1e2e22408371b26b806886e20b971285 (diff)
downloadmocker-92e4f5b0bc5ec7a06284b9cc2245fdfb052d9707.tar.gz
MockerTestCase.makeFile() with content=None (the default) now
consistently returns an unexistent temporary filename which is properly cleaned up if created.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bff9ac..418097d 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@
Twisted Trial's TestCase, so that coexistence by multiple
inheritance is possible and trivial.
+- MockerTestCase.makeFile() with content=None (the default) now
+ consistently returns an unexistent temporary filename which
+ is properly cleaned up if created.
+
0.9.3 (2007-11-24)
==================