[Python-checkins] r63112 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon May 12 01:56:15 CEST 2008


Author: brett.cannon
Date: Mon May 12 01:56:15 2008
New Revision: 63112

Log:
Give some tips on how to handle the commit order.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 01:56:15 2008
@@ -974,7 +974,9 @@
 
 #. 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.
 


More information about the Python-checkins mailing list