From 29bd465961a31d2fbc2b3524e7bf82f828e286f3 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:28:50 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/standard_libraries/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python_basics/standard_libraries/README.md b/python_basics/standard_libraries/README.md index 6bc021f..ea91c69 100644 --- a/python_basics/standard_libraries/README.md +++ b/python_basics/standard_libraries/README.md @@ -241,7 +241,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) |xml.sax.saxutils | SAX Utilities​| |xml.sax.xmlreader | Interface for XML parsers​| |xml.parsers.expat | Fast XML parsing using Expat| -​ + + ## [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. @@ -301,6 +302,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) |---|---| |gettext | Multilingual internationalization services​| |locale | Internationalization services| + ​ ## [Program Frameworks​](https://docs.python.org/3/library/frameworks.html​)