Give some tips on how to handle the commit order.

This commit is contained in:
Brett Cannon 2008-05-11 23:56:15 +00:00
parent 7d461dc3cd
commit 6cd970eb03
1 changed files with 3 additions and 1 deletions

View File

@ -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.