-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-81611: Improve range
paragraph in 8.3 of language reference
#98353
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
Conversation
Remove comparison to Pascal language Fix 'built-in type' appellation of the range type Improve range definition
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 |
Co-authored-by: Terry Jan Reedy <[email protected]>
Thanks @x41lakazam for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-100704 is a backport of this pull request to the 3.11 branch. |
pythonGH-98353) (cherry picked from commit 8b1f125) Co-authored-by: 4l4k4z4m <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
GH-100705 is a backport of this pull request to the 3.10 branch. |
pythonGH-98353) (cherry picked from commit 8b1f125) Co-authored-by: 4l4k4z4m <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
…ce (GH-98353) (#100704) gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (cherry picked from commit 8b1f125) Co-authored-by: 4l4k4z4m <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
…ce (GH-98353) (#100705) gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (cherry picked from commit 8b1f125) Co-authored-by: 4l4k4z4m <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
#gh-81611: Improve
range
paragraph in 8.3 of language reference docsRemove comparison to Pascal language
Fix 'built-in function' appellation of the range type
Improve range definition