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
160b9a3c
Kaydet (Commit)
160b9a3c
authored
May 08, 2008
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumping versions for 3.0a5
üst
8d109cb0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
22 deletions
+22
-22
patchlevel.h
Include/patchlevel.h
+2
-2
__init__.py
Lib/distutils/__init__.py
+1
-1
idlever.py
Lib/idlelib/idlever.py
+1
-1
python-3.0.spec
Misc/RPM/python-3.0.spec
+1
-1
README
README
+10
-17
RELNOTES
RELNOTES
+7
-0
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
160b9a3c
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 0
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL
4
#define PY_RELEASE_SERIAL
5
/* Version as a string */
/* Version as a string */
#define PY_VERSION "3.0a
4+
"
#define PY_VERSION "3.0a
5
"
/*--end constants--*/
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
/* Subversion Revision number of this file (not of the repository) */
...
...
Lib/distutils/__init__.py
Dosyayı görüntüle @
160b9a3c
...
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
...
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
#
#
#--start constants--
#--start constants--
__version__
=
"3.0a
4
"
__version__
=
"3.0a
5
"
#--end constants--
#--end constants--
Lib/idlelib/idlever.py
Dosyayı görüntüle @
160b9a3c
IDLE_VERSION
=
"3.0a
4
"
IDLE_VERSION
=
"3.0a
5
"
Misc/RPM/python-3.0.spec
Dosyayı görüntüle @
160b9a3c
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
%define name python
%define name python
#--start constants--
#--start constants--
%define version 3.0a
4
%define version 3.0a
5
%define libver 3.0
%define libver 3.0
#--end constants--
#--end constants--
%define release 1pydotorg
%define release 1pydotorg
...
...
README
Dosyayı görüntüle @
160b9a3c
This is Python version 3.0 alpha
4
This is Python version 3.0 alpha
5
==================================
==================================
For notes specific to this release, see RELNOTES in this directory.
For notes specific to this release, see RELNOTES in this directory.
...
@@ -70,22 +70,14 @@ the "What's New in Python 3.0" document, found at
...
@@ -70,22 +70,14 @@ the "What's New in Python 3.0" document, found at
Please help write it!
Please help write it!
If you want to install multiple versions of Python see the section below
entitled "Installing multiple versions".
What's New Since 3.0a1
----------------------
Undoubtedly the biggest change is in the bytes type: 'bytes' is now
immutable, and there is a new mutable bytes type 'bytearray'. These
two types are interoperable in every way. For more info on this
issue, read PEP 3137.
For a more detailed change log, read Misc/NEWS (though this file, too,
For a more detailed change log, read Misc/NEWS (though this file, too,
is incomplete, and also doesn't list anything merged in from the 2.6
is incomplete, and also doesn't list anything merged in from the 2.6
release under development).
release under development).
If you want to install multiple versions of Python see the section below
entitled "Installing multiple versions".
Proposals for enhancement
Proposals for enhancement
-------------------------
-------------------------
...
@@ -95,13 +87,14 @@ Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
...
@@ -95,13 +87,14 @@ Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
current PEPs, as well as guidelines for submitting a new PEP, are listed at
current PEPs, as well as guidelines for submitting a new PEP, are listed at
http://www.python.org/dev/peps/.
http://www.python.org/dev/peps/.
Converting From Python 2.x to 3.0
Converting From Python 2.x to 3.0
---------------------------------
---------------------------------
Python 2.6 (
not yet released) will contain features to help locating
Python 2.6 (
to be released concurrent with Python 3.0) will contain features
code that needs to be changed, such as optional warnings when
to help locating
code that needs to be changed, such as optional warnings when
deprecated features are used, and backported versions of certain key
deprecated features are used, and backported versions of certain key
Python
Python
3000 features.
3000 features.
Installing multiple versions
Installing multiple versions
...
...
RELNOTES
Dosyayı görüntüle @
160b9a3c
...
@@ -5,6 +5,13 @@ Release notes describe unfinished work in particular releases.
...
@@ -5,6 +5,13 @@ Release notes describe unfinished work in particular releases.
Please report bugs to http://bugs.python.org/.
Please report bugs to http://bugs.python.org/.
Version 3.0a5 - Release Date 08-May-2008
----------------------------------------
Please search the bug tracker for critical issues in Python 3.0.
Version 3.0a2 - Release Date 07-Dec-2007
Version 3.0a2 - Release Date 07-Dec-2007
----------------------------------------
----------------------------------------
...
...
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