We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933a2fd commit c7be514Copy full SHA for c7be514
1 file changed
stdlibchanges.rst
@@ -94,8 +94,9 @@ style guides are followed and that the proper tests have been written.
94
95
The module needs to have been out in the community for at least a year. Because
96
of Python's conservative nature when it comes to backwards-compatibility, when
97
-a module its API becomes frozen. This means that a module should only enter the
98
-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
99
+"growing pains".
100
101
The module needs to be considered best-of-breed. When something is included in
102
the stdlib it tends to be chosen first for products over other third-party
0 commit comments