Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
7959aff8
Kaydet (Commit)
7959aff8
authored
Ock 12, 2014
tarafından
Florian Apolloner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added license info for the weakref backports
üst
52cad43b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
MANIFEST.in
MANIFEST.in
+1
-0
license.python.txt
django/dispatch/license.python.txt
+0
-0
weakref_backports.py
django/dispatch/weakref_backports.py
+8
-1
No files found.
MANIFEST.in
Dosyayı görüntüle @
7959aff8
...
@@ -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 *
...
...
django/dispatch/license.python.txt
0 → 100644
Dosyayı görüntüle @
7959aff8
This diff is collapsed.
Click to expand it.
django/dispatch/weakref_backports.py
Dosyayı görüntüle @
7959aff8
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment