diff --git a/pep-0101.txt b/pep-0101.txt index 49bc48535..c5188ed47 100644 --- a/pep-0101.txt +++ b/pep-0101.txt @@ -125,7 +125,7 @@ How to Make A Release ___ 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. diff --git a/pep-0361.txt b/pep-0361.txt index 3ef353469..ba474bd4b 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -61,9 +61,8 @@ Release Schedule 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`_