Kaydet (Commit) 7959aff8 authored tarafından Florian Apolloner's avatar Florian Apolloner

Added license info for the weakref backports

üst 52cad43b
...@@ -6,6 +6,7 @@ include MANIFEST.in ...@@ -6,6 +6,7 @@ include MANIFEST.in
include django/contrib/gis/gdal/LICENSE include django/contrib/gis/gdal/LICENSE
include django/contrib/gis/geos/LICENSE include django/contrib/gis/geos/LICENSE
include django/dispatch/license.txt include django/dispatch/license.txt
include django/dispatch/license.python.txt
recursive-include docs * recursive-include docs *
recursive-include scripts * recursive-include scripts *
recursive-include extras * recursive-include extras *
......
This diff is collapsed.
...@@ -2,7 +2,14 @@ ...@@ -2,7 +2,14 @@
weakref_backports is a partial backport of the weakref module for python weakref_backports is a partial backport of the weakref module for python
versions below 3.4. 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 from weakref import ref
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment