Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fraction-format-d-presentation-type
  • Loading branch information
serhiy-storchaka authored Nov 27, 2023
commit 43eff82cd3620bed7667687972a184613c5aba5b
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@ fractions
formatting with the ``d`` presentation type. (Contributed by Mark Dickinson
in :gh:`111320`)

glob
----

* Add :func:`glob.translate` function that converts a path specification with
shell-style wildcards to a regular expression.
(Contributed by Barney Gale in :gh:`72904`.)

io
--

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.