Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-11 12:28:50 +01:00 committed by GitHub
parent 4afcaf0ccf
commit 29bd465961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|xml.sax.saxutils | SAX Utilities| |xml.sax.saxutils | SAX Utilities|
|xml.sax.xmlreader | Interface for XML parsers| |xml.sax.xmlreader | Interface for XML parsers|
|xml.parsers.expat | Fast XML parsing using Expat| |xml.parsers.expat | Fast XML parsing using Expat|
## [Internet Protocols and Support](https://docs.python.org/3/library/internet.html) ## [Internet Protocols and Support](https://docs.python.org/3/library/internet.html)
> The modules described in this chapter implement Internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-dependent module socket, which is currently supported on most popular platforms. > The modules described in this chapter implement Internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-dependent module socket, which is currently supported on most popular platforms.
@ -301,6 +302,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|---|---| |---|---|
|gettext | Multilingual internationalization services| |gettext | Multilingual internationalization services|
|locale | Internationalization services| |locale | Internationalization services|
## [Program Frameworks](https://docs.python.org/3/library/frameworks.html) ## [Program Frameworks](https://docs.python.org/3/library/frameworks.html)