forked from pool/python310
- Update to 3.10.0rc1 (the penultimate prerelease), which contains
plenty of small bugfixes among others:
- bpo#38605: from __future__ import annotations (PEP 563) used to be
on this list in previous pre-releases but it has been postponed to
Python 3.11 due to some compatibility concerns.
- bpo-44600: Fix incorrect line numbers while tracing some failed
patterns in match statements. Patch by Charles Burkland.
- plenty of modifications in types.Union
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 05:57:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 3.10.0rc1 (the penultimate prerelease), which contains
|
||||
plenty of small bugfixes among others:
|
||||
- bpo#38605: from __future__ import annotations (PEP 563) used to be
|
||||
on this list in previous pre-releases but it has been postponed to
|
||||
Python 3.11 due to some compatibility concerns.
|
||||
- bpo-44600: Fix incorrect line numbers while tracing some failed
|
||||
patterns in match statements. Patch by Charles Burkland.
|
||||
- plenty of modifications in types.Union
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 13:44:48 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user