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
4405cf3c
Kaydet (Commit)
4405cf3c
authored
Agu 30, 2007
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Misc/NEWS. Add RELNOTES.
üst
6790d606
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
20 deletions
+26
-20
NEWS
Misc/NEWS
+2
-16
README
README
+2
-4
RELNOTES
RELNOTES
+22
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
4405cf3c
...
...
@@ -4,23 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 3
000
?
What's New in Python 3
.0a1
?
==========================
*Release date: XX-XXX-200X*
TO DO
-----
- See PEP 3000, 3100.
- Weed really old/weird stuff from the library.
- Use io.py instead of C stdio everywhere.
- Make strings all Unicode (see branches/py3k-struni).
- Get rid of various compatibility-related flags (e.g. division flags).
*Release date: 31-Aug-2007*
Core and Builtins
...
...
@@ -259,4 +246,3 @@ Tools/Demos
-----------
**(For information about older versions, consult the HISTORY file.)**
README
Dosyayı görüntüle @
4405cf3c
This is Python version 3.0 alpha 1
==================================
For notes specific to this release, see RELNOTES in this directory.
Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new
version of the language, which is incompatible with the 2.x line of
releases. The language is mostly the same, but many details,
...
...
@@ -12,10 +14,6 @@ This is an ongoing project; the cleanup isn't expected to be complete
until 2008. In particular there are plans to reorganize the standard
library namespace.
This README hasn't been fully updated for Python 3000 yet. If you see
anything that should clearly be changed, fix it (if you have checkin
permissions) or submit a patch to the issue tracker (see below).
Release Schedule
----------------
...
...
RELNOTES
0 → 100644
Dosyayı görüntüle @
4405cf3c
Python 3000 Release Notes
=========================
Release notes describe unfinished work in particular releases.
Please report bugs to http://bugs.python.org/.
Version 3.0a1 - Release Date 31-Aug-2007
----------------------------------------
- SSL support is disabled. This causes a test_ssl to be skipped.
The new SSL support in the 2.6 trunk (with server-side support and
certificate verification) will be ported for 3.0a2.
- Platform support is reduced. We've mostly tested on Linux, OSX,
and Windows.
- There are still some open issues on Windows.
- Some new features are very fresh, and probably contain bugs: the new
format() method on strings (PEP 3101), the strict separation of
bytes and strings, the new buffer API (PEP 3118).
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