[Python-Dev] Obsoleted RFCs
Serhiy Storchaka
storchaka at gmail.com
Sat Jun 8 09:45:45 CEST 2013
Here is attached a list of obsoleted RFCs referred in the *.rst, *.txt,
*.py, *.c and *.h files. I think it would be worthwhile to update the
source code and documentation for more modern RFCs.
For example for updating RFC3548 to RFC4648 there is an issue #16995.
-------------- next part --------------
821: Simple Mail Transfer Protocol. (Obsoleted by RFC2821)
Lib/smtpd.py
Lib/smtplib.py
822: STANDARD FOR THE FORMAT OF ARPA INTERNET TEXT MESSAGES. (Obsoleted by RFC2822)
Doc/library/email-examples.rst
Doc/library/email.rst
Doc/library/imaplib.rst
Lib/configparser.py
Lib/email/_header_value_parser.py
Lib/email/_parseaddr.py
Lib/email/header.py
Lib/imaplib.py
Lib/test/test_email/data/msg_16.txt
Lib/test/test_email/test_email.py
Lib/test/test_http_cookiejar.py
850: Standard for interchange of USENET messages. (Obsoleted by RFC1036)
Lib/email/_parseaddr.py
977: Network News Transfer Protocol. (Obsoleted by RFC3977)
Lib/nntplib.py
Lib/test/test_nntplib.py
1036: Standard for interchange of USENET messages. (Obsoleted by RFC5536, RFC5537)
rfcuse.txt
1521: MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies. (Obsoleted by RFC2045, RFC2046, RFC2047, RFC2048, RFC2049)
Lib/base64.py
Lib/quopri.py
1522: MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text. (Obsoleted by RFC2045, RFC2046, RFC2047, RFC2048, RFC2049)
Doc/library/binascii.rst
Lib/quopri.py
1738: Uniform Resource Locators (URL). (Obsoleted by RFC4248, RFC4266)
Lib/urllib/parse.py
1750: Randomness Recommendations for Security. (Obsoleted by RFC4086)
Doc/library/ssl.rst
Modules/_ssl.c
1766: Tags for the Identification of Languages. (Obsoleted by RFC3066, RFC3282)
Lib/locale.py
1808: Relative Uniform Resource Locators. (Obsoleted by RFC3986)
Lib/test/test_urlparse.py
Lib/urllib/parse.py
1869: SMTP Service Extensions. (Obsoleted by RFC2821)
Lib/smtpd.py
Lib/smtplib.py
1894: An Extensible Message Format for Delivery Status Notifications. (Obsoleted by RFC3464)
Lib/test/test_email/test_email.py
2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures. (Obsoleted by RFC4288, RFC4289)
rfcuse.txt
2060: Internet Message Access Protocol - Version 4rev1. (Obsoleted by RFC3501)
Lib/imaplib.py
2068: Hypertext Transfer Protocol -- HTTP/1.1. (Obsoleted by RFC2616)
Lib/http/cookies.py
Lib/urllib/request.py
2069: An Extension to HTTP : Digest Access Authentication. (Obsoleted by RFC2617)
Lib/urllib/request.py
2070: Internationalization of the Hypertext Markup Language. (Obsoleted by RFC2854)
Lib/html/entities.py
2109: HTTP State Management Mechanism. (Obsoleted by RFC2965)
Doc/library/http.cookiejar.rst
Lib/http/cookiejar.py
Lib/http/cookies.py
Lib/test/test_http_cookiejar.py
2133: Basic Socket Interface Extensions for IPv6. (Obsoleted by RFC2553)
Modules/getaddrinfo.c
Modules/getnameinfo.c
2292: Advanced Sockets API for IPv6. (Obsoleted by RFC3542)
Modules/socketmodule.c
2373: IP Version 6 Addressing Architecture. (Obsoleted by RFC3513)
Lib/ipaddress.py
2396: Uniform Resource Identifiers (URI): Generic Syntax. (Obsoleted by RFC3986)
Lib/http/cookiejar.py
Lib/test/test_urllib.py
Lib/test/test_urlparse.py
Lib/urllib/parse.py
2434: Guidelines for Writing an IANA Considerations Section in RFCs. (Obsoleted by RFC5226)
rfc3454.txt
2440: OpenPGP Message Format. (Obsoleted by RFC4880)
Lib/test/test_email/data/msg_45.txt
2487: SMTP Service Extension for Secure SMTP over TLS. (Obsoleted by RFC3207)
Lib/smtplib.py
2518: HTTP Extensions for Distributed Authoring -- WEBDAV. (Obsoleted by RFC4918)
Doc/library/http.client.rst
2553: Basic Socket Interface Extensions for IPv6. (Obsoleted by RFC3493)
Modules/addrinfo.h
Modules/socketmodule.c
rfcuse.txt
2554: SMTP Service Extension for Authentication. (Obsoleted by RFC4954)
Lib/smtplib.py
2718: Guidelines for new URL Schemes. (Obsoleted by RFC4395)
Lib/http/cookiejar.py
2732: Format for Literal IPv6 Addresses in URL's. (Obsoleted by RFC3986)
Lib/test/test_urlparse.py
Lib/urllib/parse.py
2821: Simple Mail Transfer Protocol. (Obsoleted by RFC5321)
Lib/smtplib.py
rfcuse.txt
2822: Internet Message Format. (Obsoleted by RFC5322)
Doc/tutorial/stdlib.rst
Lib/email/_header_value_parser.py
Lib/email/_parseaddr.py
Lib/email/feedparser.py
Lib/email/generator.py
Lib/email/header.py
Lib/email/message.py
Lib/email/mime/message.py
Lib/email/parser.py
Lib/email/utils.py
Lib/http/client.py
Lib/smtplib.py
Lib/test/test_email/data/msg_35.txt
Lib/test/test_email/test_email.py
rfcuse.txt
3066: Tags for the Identification of Languages. (Obsoleted by RFC4646, RFC4647)
rfcuse.txt
3171: IANA Guidelines for IPv4 Multicast Address Assignments. (Obsoleted by RFC5771)
Lib/ipaddress.py
3280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile. (Obsoleted by RFC5280)
Doc/library/ssl.rst
3330: Special-Use IPv4 Addresses. (Obsoleted by RFC5735)
Lib/ipaddress.py
3513: Internet Protocol Version 6 (IPv6) Addressing Architecture. (Obsoleted by RFC4291)
Lib/ipaddress.py
rfcuse.txt
3548: The Base16, Base32, and Base64 Data Encodings. (Obsoleted by RFC4648)
Doc/library/base64.rst
Doc/whatsnew/2.4.rst
Lib/base64.py
4366: Transport Layer Security (TLS) Extensions. (Obsoleted by RFC5246)
Doc/library/ssl.rst
More information about the Python-Dev
mailing list