summaryrefslogtreecommitdiff
path: root/django/dispatch/weakref_backports.py
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2014-01-12 18:35:15 +0100
committerFlorian Apolloner <florian@apolloner.eu>2014-01-12 18:35:15 +0100
commit7959aff8be437f6cc9cbab2cdae86a6aad24f925 (patch)
treeadfe264318bef2fb2cdb40bfa38cb6e078360444 /django/dispatch/weakref_backports.py
parent52cad43bc3d3126fcf7e08582373c12e88895cd3 (diff)
downloaddjango-7959aff8be437f6cc9cbab2cdae86a6aad24f925.tar.gz
Added license info for the weakref backports
Diffstat (limited to 'django/dispatch/weakref_backports.py')
-rw-r--r--django/dispatch/weakref_backports.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/django/dispatch/weakref_backports.py b/django/dispatch/weakref_backports.py
index a5cc82bf10..4647436891 100644
--- a/django/dispatch/weakref_backports.py
+++ b/django/dispatch/weakref_backports.py
@@ -2,7 +2,14 @@
weakref_backports is a partial backport of the weakref module for python
versions below 3.4.
-TODO: LICENSE!
+Copyright (C) 2013 Python Software Foundation, see license.python.txt for
+details.
+
+The following changes were made to the original sources during backporting:
+
+ * Added `self` to `super` calls.
+ * Removed `from None` when raising exceptions.
+
"""
from weakref import ref