Python 3.14.0b1

This commit is contained in:
Hugo van Kemenade 2025-05-06 18:33:32 +03:00
parent 5f01b00dea
commit b092705907
237 changed files with 2243 additions and 583 deletions

View file

@ -626,7 +626,7 @@ which, when run, will produce:
of each message with the handler's level, and only passes a message to a
handler if it's appropriate to do so.
.. versionchanged:: next
.. versionchanged:: 3.14
The :class:`QueueListener` can be started (and stopped) via the
:keyword:`with` statement. For example: