Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
1f30c377
Kaydet (Commit)
1f30c377
authored
Tem 30, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Base __version__ on sys.version_info, as distutils is
no longer maintained separatedly.
üst
4e67838d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
__init__.py
Lib/distutils/__init__.py
+3
-1
NEWS
Misc/NEWS
+2
-1
No files found.
Lib/distutils/__init__.py
Dosyayı görüntüle @
1f30c377
...
@@ -12,4 +12,6 @@ used from a setup script as
...
@@ -12,4 +12,6 @@ used from a setup script as
__revision__
=
"$Id$"
__revision__
=
"$Id$"
__version__
=
"2.5.0"
import
sys
__version__
=
"
%
d.
%
d.
%
d"
%
sys
.
version_info
[:
3
]
del
sys
Misc/NEWS
Dosyayı görüntüle @
1f30c377
...
@@ -80,7 +80,8 @@ Library
...
@@ -80,7 +80,8 @@ Library
side effects from one test to the next affect outcomes. ``DocTestFinder``
side effects from one test to the next affect outcomes. ``DocTestFinder``
has been changed to sort the list of tests it returns.
has been changed to sort the list of tests it returns.
- The distutils version has been changed to 2.5.0.
- The distutils version has been changed to 2.5.0, and are now kept
in sync with sys.version_info[:3].
- Bug #978833: Really close underlying socket in _socketobject.close.
- Bug #978833: Really close underlying socket in _socketobject.close.
...
...
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