More automated version replacement.
diff --git a/README b/README
index 2623e5a..5f9531d 100644
--- a/README
+++ b/README
@@ -50,9 +50,9 @@
 ----------
 
 We try to have a comprehensive overview of the changes in the "What's New in
-Python 3.2" document, found at
+Python 3.3" document, found at
 
-    http://docs.python.org/3.2/whatsnew/3.2.html
+    http://docs.python.org/3.3/whatsnew/3.3.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
@@ -65,9 +65,9 @@
 Documentation
 -------------
 
-Documentation for Python 3.2 is online, updated daily:
+Documentation for Python 3.3 is online, updated daily:
 
-    http://docs.python.org/3.2/
+    http://docs.python.org/3.3/
 
 It can also be downloaded in many formats for faster access.  The documentation
 is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -85,7 +85,7 @@
 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.2/library/2to3.html for more information.
+http://docs.python.org/3.3/library/2to3.html for more information.
 
 
 Testing
@@ -125,8 +125,8 @@
 Install that version using "make install".  Install all other versions using
 "make altinstall".
 
-For example, if you want to install Python 2.5, 2.6 and 3.2 with 2.6 being the
-primary version, you would execute "make install" in your 2.6 build directory
+For example, if you want to install Python 2.6, 2.7 and 3.3 with 2.7 being the
+primary version, you would execute "make install" in your 2.7 build directory
 and "make altinstall" in the others.
 
 
@@ -161,7 +161,7 @@
 Release Schedule
 ----------------
 
-See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/
+See PEP XXX for release details: http://www.python.org/dev/peps/pep-0XXX/
 
 
 Copyright and License Information