[Python-checkins] devguide: Clarify a sentence thanks to Andre Roberge.
brett.cannon
python-checkins at python.org
Tue Jan 18 20:32:52 CET 2011
brett.cannon pushed 757dd2afb186 to devguide:
http://hg.python.org/devguide/rev/757dd2afb186
changeset: 123:757dd2afb186
tag: tip
user: Brett Cannon <brett at python.org>
date: Tue Jan 18 11:32:46 2011 -0800
summary:
Clarify a sentence thanks to Andre Roberge.
files:
stdlibchanges.rst
diff --git a/stdlibchanges.rst b/stdlibchanges.rst
--- a/stdlibchanges.rst
+++ b/stdlibchanges.rst
@@ -94,8 +94,9 @@
The module needs to have been out in the community for at least a year. Because
of Python's conservative nature when it comes to backwards-compatibility, when
-a module its API becomes frozen. This means that a module should only enter the
-stdlib when it is mature and gone through its "growing pains".
+a module is added to the stdlib its API becomes frozen. This means that a module
+should only enter the stdlib when it is mature and gone through its
+"growing pains".
The module needs to be considered best-of-breed. When something is included in
the stdlib it tends to be chosen first for products over other third-party
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list