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
9e478599
Kaydet (Commit)
9e478599
authored
Nis 13, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Prepare for final release.
üst
8f9fabd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
patchlevel.h
Include/patchlevel.h
+5
-4
README
README
+2
-2
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
9e478599
...
@@ -46,19 +46,20 @@ PERFORMANCE OF THIS SOFTWARE.
...
@@ -46,19 +46,20 @@ PERFORMANCE OF THIS SOFTWARE.
#define PY_RELEASE_LEVEL_BETA 0xB
#define PY_RELEASE_LEVEL_BETA 0xB
#define PY_RELEASE_LEVEL_GAMMA 0xC
#define PY_RELEASE_LEVEL_GAMMA 0xC
#define PY_RELEASE_LEVEL_FINAL 0xF
/* Serial should be 0 here */
#define PY_RELEASE_LEVEL_FINAL 0xF
/* Serial should be 0 here */
/* Higher for patch releases */
/* Version parsed out into numeric values */
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 1
#define PY_MAJOR_VERSION 1
#define PY_MINOR_VERSION 5
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 2
#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
0
/* Version as a string */
/* Version as a string */
#define PY_VERSION "1.5.2
c1
"
#define PY_VERSION "1.5.2"
/* Historic */
/* Historic */
#define PATCHLEVEL "1.5.2
c1
"
#define PATCHLEVEL "1.5.2"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
...
...
README
Dosyayı görüntüle @
9e478599
This is Python version 1.5.2
c1 -- released Apr 8
, 1999
This is Python version 1.5.2
-- released April 13
, 1999
======================================================
======================================================
=
What's new in this release?
What's new in this release?
...
...
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