1- This is Python version 3.0 alpha 4
1+ This is Python version 3.0 alpha 5
22==================================
33
44For 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
7070
7171Please help write it!
7272
73- If you want to install multiple versions of Python see the section below
74- entitled "Installing multiple versions".
75-
76-
77- What's New Since 3.0a1
78- ----------------------
79-
80- Undoubtedly the biggest change is in the bytes type: 'bytes' is now
81- immutable, and there is a new mutable bytes type 'bytearray'. These
82- two types are interoperable in every way. For more info on this
83- issue, read PEP 3137.
84-
8573For a more detailed change log, read Misc/NEWS (though this file, too,
8674is incomplete, and also doesn't list anything merged in from the 2.6
8775release under development).
8876
77+ If you want to install multiple versions of Python see the section below
78+ entitled "Installing multiple versions".
79+
80+
8981Proposals for enhancement
9082-------------------------
9183
@@ -95,13 +87,14 @@ Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
9587current PEPs, as well as guidelines for submitting a new PEP, are listed at
9688http://www.python.org/dev/peps/.
9789
90+
9891Converting From Python 2.x to 3.0
9992---------------------------------
10093
101- Python 2.6 (not yet released) will contain features to help locating
102- code that needs to be changed, such as optional warnings when
103- deprecated features are used, and backported versions of certain key
104- Python 3000 features.
94+ Python 2.6 (to be released concurrent with Python 3.0 ) will contain features
95+ to help locating code that needs to be changed, such as optional warnings when
96+ deprecated features are used, and backported versions of certain key Python
97+ 3000 features.
10598
10699
107100Installing multiple versions
0 commit comments