Skip to content

Lib/http/__init__.py mentions RFF instead of RFC #129408

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

Closed
Mulugruntz opened this issue Jan 28, 2025 · 2 comments
Closed

Lib/http/__init__.py mentions RFF instead of RFC #129408

Mulugruntz opened this issue Jan 28, 2025 · 2 comments
Labels
docs Documentation in the Doc dir easy

Comments

@Mulugruntz
Copy link
Contributor

Mulugruntz commented Jan 28, 2025

Documentation

Just a typo in 3.13, where http mentions RFF instead of RFC

Linked PRs

@Mulugruntz Mulugruntz added the docs Documentation in the Doc dir label Jan 28, 2025
@ZeroIntensity
Copy link
Member

PR welcome :)

Mulugruntz added a commit to Mulugruntz/cpython that referenced this issue Jan 28, 2025
@terryjreedy terryjreedy changed the title Lib/http/__init__.py mentions RFF instead of RFC Lib/http/__init__.py mentions RFF instead of RFC Jan 28, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 28, 2025
@terryjreedy
Copy link
Member

terryjreedy commented Jan 28, 2025

The bug was added to the class HTTPMethod docstring in 3.13 when a line was updated (and moved because of other additions).

(3.12 line 180)  * RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616 
(3.13 line 193)  * RFF 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616

terryjreedy pushed a commit that referenced this issue Jan 28, 2025
… (#129414)

gh-129408: http: Fix typo 'RFF' to RFC' in documentation (GH-129411)
(cherry picked from commit 7dd0a7e)

Co-authored-by: Samuel GIFFARD <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir easy
Projects
Status: Todo
Development

No branches or pull requests

4 participants