[Python-checkins] r67140 - in peps/trunk: pep-0101.txt pep-0361.txt
barry.warsaw
python-checkins at python.org
Fri Nov 7 04:47:15 CET 2008
Author: barry.warsaw
Date: Fri Nov 7 04:47:15 2008
New Revision: 67140
Log:
3.0rc2 released
Modified:
peps/trunk/pep-0101.txt
peps/trunk/pep-0361.txt
Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt (original)
+++ peps/trunk/pep-0101.txt Fri Nov 7 04:47:15 2008
@@ -125,7 +125,7 @@
___ Regenerate Lib/pydoc-topics.py
cd to the Doc directory and type ``make pydoc-topics``. Then copy
- ``build/pydoc-topics/pydoc-topics.py`` to ``Lib/pydoc-topics.py``.
+ ``build/pydoc-topics/pydoc-topics.py`` to ``../Lib/pydoc-topics.py``.
___ Bump version numbers via the release script.
Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt (original)
+++ peps/trunk/pep-0361.txt Fri Nov 7 04:47:15 2008
@@ -61,9 +61,8 @@
Sep 12 2008: Python 2.6rc1 is released
Sep 17 2008: Python 2.6rc2 and 3.0rc1 released
Oct 01 2008: Python 2.6 final released
- Oct 15 2008: Python 3.0rc2 planned
- Nov 05 2008: Python 3.0rc3 planned (if needed)
- Nov 19 2008: Python 3.0rc4 planned (if needed)
+ Nov 06 2008: Python 3.0rc2 released
+ Nov 19 2008: Python 3.0rc3 planned (if needed)
Dec 03 2008: Python 3.0 final planned
See the public `Google calendar`_
More information about the Python-checkins
mailing list