Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4405cf3

Browse files
committed
Update Misc/NEWS. Add RELNOTES.
1 parent 6790d60 commit 4405cf3

3 files changed

Lines changed: 26 additions & 20 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,10 @@ Python News
44

55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

7-
What's New in Python 3000?
7+
What's New in Python 3.0a1?
88
==========================
99

10-
*Release date: XX-XXX-200X*
11-
12-
TO DO
13-
-----
14-
15-
- See PEP 3000, 3100.
16-
17-
- Weed really old/weird stuff from the library.
18-
19-
- Use io.py instead of C stdio everywhere.
20-
21-
- Make strings all Unicode (see branches/py3k-struni).
22-
23-
- Get rid of various compatibility-related flags (e.g. division flags).
10+
*Release date: 31-Aug-2007*
2411

2512

2613
Core and Builtins
@@ -259,4 +246,3 @@ Tools/Demos
259246
-----------
260247

261248
**(For information about older versions, consult the HISTORY file.)**
262-

README

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
This is Python version 3.0 alpha 1
22
==================================
33

4+
For notes specific to this release, see RELNOTES in this directory.
5+
46
Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new
57
version of the language, which is incompatible with the 2.x line of
68
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
1214
until 2008. In particular there are plans to reorganize the standard
1315
library namespace.
1416

15-
This README hasn't been fully updated for Python 3000 yet. If you see
16-
anything that should clearly be changed, fix it (if you have checkin
17-
permissions) or submit a patch to the issue tracker (see below).
18-
1917

2018
Release Schedule
2119
----------------

RELNOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Python 3000 Release Notes
2+
=========================
3+
4+
Release notes describe unfinished work in particular releases.
5+
6+
Please report bugs to http://bugs.python.org/.
7+
8+
Version 3.0a1 - Release Date 31-Aug-2007
9+
----------------------------------------
10+
11+
- SSL support is disabled. This causes a test_ssl to be skipped.
12+
The new SSL support in the 2.6 trunk (with server-side support and
13+
certificate verification) will be ported for 3.0a2.
14+
15+
- Platform support is reduced. We've mostly tested on Linux, OSX,
16+
and Windows.
17+
18+
- There are still some open issues on Windows.
19+
20+
- Some new features are very fresh, and probably contain bugs: the new
21+
format() method on strings (PEP 3101), the strict separation of
22+
bytes and strings, the new buffer API (PEP 3118).

0 commit comments

Comments
 (0)