-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
General faq update #21180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General faq update #21180
Conversation
Updated to include PEP 602 and newer estimates of millions of Python users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @E-Paine. While I'm on-board with the change to the release schedule and rough estimated users part, I don't think the changes for comp.lang.python
and com.lang.python.announce
are particularly useful or maintainable. The idea of the numbers on postings are to give an incredibly rough estimate, and it adds an unnecessary maintenance burden to continuously lower or increase it based on the most recent activity. So I think those parts are fine as they are.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Very good point. I have reverted those changes |
Thanks for making the recommended changes! It looks good to me now, I'll proceed with merging (with a slight adjustment to the title in the commit message to make the changes more clear). |
Also, back porting to 3.9 and 3.8 so it's in the latest versions of the documentation on docs.python.org. |
GH-21234 is a backport of this pull request to the 3.8 branch. |
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions" (cherry picked from commit 3fa4799) Co-authored-by: E-Paine <[email protected]>
GH-21235 is a backport of this pull request to the 3.9 branch. |
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions" (cherry picked from commit 3fa4799) Co-authored-by: E-Paine <[email protected]>
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions" (cherry picked from commit 3fa4799) Co-authored-by: E-Paine <[email protected]>
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions" (cherry picked from commit 3fa4799) Co-authored-by: E-Paine <[email protected]>
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions"
This is a very trivial set of changes that updates a few pieces of information on the "general" FAQ page. I did not deem it worth an issue, so I hope this is noticed by someone.