1- This is Python version 3.0 alpha 3
1+ This is Python version 3.0 alpha 4
22==================================
33
44For notes specific to this release, see RELNOTES in this directory.
@@ -21,13 +21,14 @@ the standard library namespace.
2121Release Schedule
2222----------------
2323
24- The release plan is to have a series of alpha releases in 2007, beta
25- releases in 2008, and a final release in August 2008. The alpha
26- releases are primarily aimed at developers who want a sneak peek at
27- the new langauge, especially those folks who plan to port their code
28- to Python 3000. The hope is that by the time of the final release,
29- many 3rd party packages will already be available in a 3.0-compatible
30- form.
24+ The release plan is to have a series of alpha releases in 2007 and 2008,
25+ beta releases in 2008, and a final release in August 2008. The alpha
26+ releases are primarily aimed at developers who want a sneak peek at the
27+ new langauge, especially those folks who plan to port their code to
28+ Python 3000. The hope is that by the time of the final release, many
29+ 3rd party packages will already be available in a 3.0-compatible form.
30+
31+ See PEP 361 for release details: http://www.python.org/dev/peps/pep-0361/
3132
3233
3334Documentation
@@ -38,12 +39,12 @@ Documentation for Python 3000 is online, updated twice a day:
3839 http://docs.python.org/dev/3.0/
3940
4041All documentation is also available online at the Python web site
41- (http://docs.python.org/, see below). It is available online for occasional
42- reference, or can be downloaded in many formats for faster access. The
43- documentation is downloadable in HTML, PostScript, PDF, LaTeX (through 2.5), and
44- reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are
45- primarily for documentation authors, translators, and people with special
46- formatting requirements.
42+ (http://docs.python.org/, see below). It is available online for
43+ occasional reference, or can be downloaded in many formats for faster
44+ access. The documentation is downloadable in HTML, PostScript, PDF,
45+ LaTeX (through 2.5), and reStructuredText (2.6+) formats; the LaTeX and
46+ reStructuredText versions are primarily for documentation authors,
47+ translators, and people with special formatting requirements.
4748
4849This is a work in progress; please help improve it!
4950
@@ -86,7 +87,7 @@ is incomplete, and also doesn't list anything merged in from the 2.6
8687release under development).
8788
8889Proposals for enhancement
89- ------------------------------
90+ -------------------------
9091
9192If you have a proposal to change Python, you may want to send an email to the
9293comp.lang.python or python-ideas mailing lists for inital feedback. A Python
0 commit comments