summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-10-18 20:07:45 +0200
committerholger krekel <holger@merlinux.eu>2011-10-18 20:07:45 +0200
commit346da57a8a508bf37e2be722937796c267f139de (patch)
tree79c1875faa3a915b05b721e8dba17980957492d5 /ISSUES.txt
parent9d92b19ed199f5cf7f3559eba1ce0ddb9a5861f9 (diff)
downloadpytest-346da57a8a508bf37e2be722937796c267f139de.tar.gz
bump to version 2.1.3, add release announce, regen docs (with make regen)
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 7f66cafa5..5e683c769 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -7,6 +7,13 @@ tags: bug 2.4 core xdist
the protocol now - setup/teardown is called at module level.
consider making calling of setup/teardown configurable
+optimizations
+---------------------------------------------------------------
+tags: 2.4 core
+
+- look at ihook optimization such that all lookups for
+ hooks relating to the same fspath are cached.
+
fix start/finish partial finailization problem
---------------------------------------------------------------
tags: bug core