Sponsor of the Day:
Jerkmate
https://peps.python.org/pep-0411/
PEP 411 – Provisional packages in the Python standard library | peps.python.org
The process of including a new package into the Python standard library is hindered by the API lock-in and promise of backward compatibility implied by a...
python standard librarypep411provisionalpackages
https://peps.python.org/pep-0594/
PEP 594 – Removing dead batteries from the standard library | peps.python.org
This PEP proposed a list of standard library modules to be removed from the standard library. The modules are mostly historic data formats (e.g. Commodore and...
standard library peps594removingdeadbatteries
https://peps.pythondiscord.com/pep-0364/
PEP 364 – Transitioning to the Py3K Standard Library | peps.pythondiscord.com
Python Enhancement Proposals (PEPs)
standard library peps364transitioningpythondiscord
https://peps.pythondiscord.com/pep-0615/
PEP 615 – Support for the IANA Time Zone Database in the Standard Library | peps.pythondiscord.com
Python Enhancement Proposals (PEPs)
iana time zonestandard library peps615supportdatabase
https://peps.python.org/pep-0615/
PEP 615 – Support for the IANA Time Zone Database in the Standard Library | peps.python.org
This proposes adding a module, zoneinfo, to provide a concrete time zone implementation supporting the IANA time zone database. By default, zoneinfo will use...
iana time zonestandard library peps615supportdatabase
https://peps.python.org/pep-0435/
PEP 435 – Adding an Enum type to the Python standard library | peps.python.org
This PEP proposes adding an enumeration type to the Python standard library.
python standard libraryenum typepep435adding
https://peps.python.org/pep-3143/
PEP 3143 – Standard daemon process library | peps.python.org
Writing a program to become a well-behaved Unix daemon is somewhat complex and tricky to get right, yet the steps are largely similar for any daemon regardless...
library peps python3143standarddaemonprocess