
python-checkins at python
Nov 4, 2009, 2:21 PM
Post #1 of 1
(49 views)
Permalink
|
|
r76112 - peps/trunk/pep-3003.txt
|
|
Author: brett.cannon Date: Wed Nov 4 22:39:10 2009 New Revision: 76112 Log: Mention that no commit rollbacks are needed. Modified: peps/trunk/pep-3003.txt Modified: peps/trunk/pep-3003.txt ============================================================================== --- peps/trunk/pep-3003.txt (original) +++ peps/trunk/pep-3003.txt Wed Nov 4 22:39:10 2009 @@ -126,6 +126,8 @@ It is important to note that the moratorium covers all changes since the release of Python 3.1. This rule is intended to avoid features being rushed or smuggled into the CPython source tree while the moratorium is being discussed. +A review of the NEWS file for the py3k development branch showed no +commits would need to be rolled back in order to meet this goal. Copyright _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|