cpython/Misc/NEWS.d/next
Miss Islington (bot) 2f8aae38b9
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Character ranges with upper bound less that lower bound (e.g. [c-a])
are now interpreted as empty ranges, for compatibility with other glob
pattern implementations. Previously it was re.error.
(cherry picked from commit 0902c3d8ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-06-05 02:39:03 -07:00
..
Build bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) 2022-04-07 23:21:03 +01:00
C API Python 3.10.3 2022-03-16 11:27:11 +00:00
Core and Builtins gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423) 2022-06-01 21:04:43 -04:00
Documentation bpo-42272: fix misleading warning filter message/module docs (GH-23172) 2022-05-29 19:03:15 -07:00
IDLE Python 3.10.3 2022-03-16 11:27:11 +00:00
Library gh-89973: Fix re.error in the fnmatch module. (GH-93072) 2022-06-05 02:39:03 -07:00
macOS Python 3.10.3 2022-03-16 11:27:11 +00:00
Security Python 3.10.0rc2 2021-09-07 14:18:28 +01:00
Tests gh-92886: Fix test that fails when running with -O in test_imaplib.py (GH-93237) 2022-06-03 20:38:54 -07:00
Tools-Demos [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079) 2022-05-03 11:53:46 +03:00
Windows gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) 2022-05-19 15:48:42 -07:00