Conversation
08e0803 to
57b2d8c
Compare
57b2d8c to
b217d29
Compare
pfmoore
left a comment
There was a problem hiding this comment.
Minor nit about how we spell pip, ignore if you'd prefer not to worry about that for now.
|
|
||
| In general, a given Python version is supported until its usage on PyPI falls below 5%. | ||
| This is at the maintainers' discretion, in case extraordinary circumstances arise. | ||
| pip supports `CPython versions that are not end-of-life`_. Older versions of CPython may |
There was a problem hiding this comment.
| pip supports `CPython versions that are not end-of-life`_. Older versions of CPython may | |
| Pip supports `CPython versions that are not end-of-life`_. Older versions of CPython may |
Minor nit - I don't think we have a policy that "pip" is always in lower case? Certainly, I don't follow this.
There was a problem hiding this comment.
I actually followed the pattern of the previous section which started the sentence with a lower case pip.
There was a problem hiding this comment.
Ah, apparently there is even a written tentative convention to always write pip lower case.
There was a problem hiding this comment.
Pretty sure I added "tentative" there because Paul and I had a disagreement about this. 😂
There was a problem hiding this comment.
lol yeah, I recall now. I find "all lowercase" conventions to be awkward and (to be blunt) a little pretentious. If "pip" is a proper noun, it should either be capitalised all the time, as Pip (like place and person names), or capitalised like any other noun, at the start of a sentence but not otherwise (which is what I prefer). If it's an acronym ("pip installs packages") it should be all-caps ("PIP"), but I don't think that anyone sees it that way.
I'm never going to follow a requirement to lowercase "pip" at the start of a sentence, but I don't care enough to try to force my views on other people, if they prefer to do so.
There was a problem hiding this comment.
I promise I have no opinion whatsover about this :) I'll merge as is for consistency because I'm lazy.
| statistics on PyPI, Python versions supported by the vendored dependencies and | ||
| maintenance burden). | ||
|
|
||
| pip maintainers accept pull requests to support other Python implementations, but the |
There was a problem hiding this comment.
| pip maintainers accept pull requests to support other Python implementations, but the | |
| Pip maintainers accept pull requests to support other Python implementations, but the |
|
(edited the description, so that it closes a similar but different PR that I'd filed) |
Closes #12450