Give some tips on how to handle the commit order.
This commit is contained in:
parent
7d461dc3cd
commit
6cd970eb03
|
@ -974,7 +974,9 @@ Python 2.6
|
||||||
|
|
||||||
#. Add an entry in ``Misc/NEWS``.
|
#. 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.
|
#. Update all import statements in the stdlib to use the new name.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue