summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-11-21 14:38:06 +0100
committerMartin Sivak <msivak@redhat.com>2012-11-21 14:38:06 +0100
commit6cb99c3b69789955983e1a869486058cc3cb7c65 (patch)
treef7430ec4e184dbc42c41c8aa16c3cbc2ee365911
parent857ff5ebc2d92e11a517d70be40776924742b4cf (diff)
downloadpython-di-6cb99c3b69789955983e1a869486058cc3cb7c65.tar.gz
python-di-6cb99c3b69789955983e1a869486058cc3cb7c65.tar.xz
python-di-6cb99c3b69789955983e1a869486058cc3cb7c65.zip
Add known limitations and bugs to README
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a2c775c..a801882 100644
--- a/README
+++ b/README
@@ -15,3 +15,11 @@ DI_ENABLE - module variable to enable/disable
@usesclassinject - this marks an instance method which
should use DI prepared by @inject
on a class level
+
+Known issues and limitations:
+
+- it is not able to redefine a variable name which is
+ also provided by closure (closure one has priority)
+
+- decorated class shares it's DI dictionary between
+ all it's instances