summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2013-02-22 09:46:41 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2013-02-22 09:46:41 +0100
commitf3fbd3b38a8624c83e6f13616947c2775f194cac (patch)
treea16c08a331cc065931d6715ea6a60aafc58d14dd /ChangeLog
parent6d1c386f313a6c88d3ea4e5ba612266dbac2c362 (diff)
downloadlogilab-common-f3fbd3b38a8624c83e6f13616947c2775f194cac.tar.gz
[testlib] check for generators in with_tempdir
If the decorated callable is a generator, we shouldn't reset tempfile.tempdir until the end of the iteration. Hopefully nobody uses this with nested/chained generators, or they'd stomp all over each other's tempdirs. Closes #117533
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a2ac84..2e3b430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
ChangeLog for logilab.common
============================
+--
+ * testlib: check for generators in with_tempdir (closes #117533)
2013-01-21 -- 0.59.0