From 3710798a7b4e1c7da363f71206efef150addf6a6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 12 May 2008 01:28:42 +0000 Subject: [PATCH] Since updating all references to a module's new name is no longer done in 2.6, make sure it is done in 3.0. --- pep-3108.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-3108.txt b/pep-3108.txt index be34e144a..2e56d8521 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -1024,6 +1024,8 @@ Python 3.0 #. Merge appropriate checkins from 2.6. +#. Update all references to use the new name. + #. Add an entry in ``Misc/NEWS``. #. Commit the changes.