summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 11:55:47 -0600
committerBenjamin Peterson <benjamin@python.org>2016-01-01 11:55:47 -0600
commit007236f95db83a5c8a83845d2c86f6e93f64bec5 (patch)
tree9415c63d7c6ea358dfac21c1469c5282f366f17d /README
parent7a8ca59552807aa0627d6659cb1055e26f75ba6b (diff)
parent66267da0cbc660f6dbad7a3d5ae5ea4dec0f1f8c (diff)
downloadcpython-007236f95db83a5c8a83845d2c86f6e93f64bec5.tar.gz
merge 3.3
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 3ca482c633..9190c5c5ee 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.3.6
+This is Python version 3.4.4
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
@@ -52,9 +52,9 @@ What's New
----------
We try to have a comprehensive overview of the changes in the "What's New in
-Python 3.3" document, found at
+Python 3.4" document, found at
- http://docs.python.org/3.3/whatsnew/3.3.html
+ http://docs.python.org/3.4/whatsnew/3.4.html
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.7 release under
@@ -67,9 +67,9 @@ entitled "Installing multiple versions".
Documentation
-------------
-Documentation for Python 3.3 is online, updated daily:
+Documentation for Python 3.4 is online, updated daily:
- http://docs.python.org/3.3/
+ http://docs.python.org/3.4/
It can also be downloaded in many formats for faster access. The documentation
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -94,7 +94,7 @@ backported versions of certain key Python 3.x features.
A source-to-source translation tool, "2to3", can take care of the mundane task
of converting large amounts of source code. It is not a complete solution but
is complemented by the deprecation warnings in 2.6. See
-http://docs.python.org/3.3/library/2to3.html for more information.
+http://docs.python.org/3.4/library/2to3.html for more information.
Testing
@@ -132,7 +132,7 @@ same prefix you must decide which version (if any) is your "primary" version.
Install that version using "make install". Install all other versions using
"make altinstall".
-For example, if you want to install Python 2.6, 2.7 and 3.3 with 2.7 being the
+For example, if you want to install Python 2.6, 2.7 and 3.4 with 2.7 being the
primary version, you would execute "make install" in your 2.7 build directory
and "make altinstall" in the others.
@@ -168,7 +168,7 @@ http://www.python.org/dev/peps/.
Release Schedule
----------------
-See PEP 398 for release details: http://www.python.org/dev/peps/pep-0398/
+See PEP 429 for release details: http://www.python.org/dev/peps/pep-0429/
Copyright and License Information