@@ -195,19 +195,19 @@ reworked and resubmitted for the next release.
195
195
Deprecation Policy
196
196
==================
197
197
198
- Any change to pip that removes or significantly alters user-visible behaviour
198
+ Any change to pip that removes or significantly alters user-visible behavior
199
199
that is described in the pip documentation will be deprecated for a minimum of
200
- one released version before the change occurs. Deprecation will take the form of
201
- a warning being issued by pip when the feature is used. Longer deprecation
202
- periods, or deprecation warnings for behaviour changes that would not normally
203
- be covered by this policy, are also possible depending on circumstances, but
204
- this is at the discretion of the pip developers.
200
+ 6 months before the change occurs. Deprecation will take the form of a warning
201
+ being issued by pip when the feature is used. Longer deprecation periods, or
202
+ deprecation warnings for behavior changes that would not normally be covered by
203
+ this policy, are also possible depending on circumstances, but this is at the
204
+ discretion of the pip developers.
205
205
206
206
Note that the documentation is the sole reference for what counts as agreed
207
- behaviour . If something isn't explicitly mentioned in the documentation, it can
207
+ behavior . If something isn't explicitly mentioned in the documentation, it can
208
208
be changed without warning, or any deprecation period, in a pip release.
209
209
However, we are aware that the documentation isn't always complete - PRs that
210
- document existing behaviour with the intention of covering that behaviour with
210
+ document existing behavior with the intention of covering that behavior with
211
211
the above deprecation process are always acceptable, and will be considered on
212
212
their merits.
213
213
0 commit comments