From 6cd970eb030174db48e9d704ccaf6fa3872afbd9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 11 May 2008 23:56:15 +0000 Subject: [PATCH] Give some tips on how to handle the commit order. --- pep-3108.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index b0094e310..3fbeb9ef4 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -974,7 +974,9 @@ Python 2.6 #. Add an entry in ``Misc/NEWS``. -#. Commit the changes (**block** in py3k). +#. Commit the changes (**block** in py3k; might be easiest to generate + a patch first or use bzr to branch off at this point so as to be + able to control commits easily). #. Update all import statements in the stdlib to use the new name.