Skip to content

Commit e899792

Browse files
committed
Fix newlines in the whatsnew.
1 parent c344ad7 commit e899792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,19 +677,22 @@ errno
677677
* Add :data:`errno.EHWPOISON` error code.
678678
(Contributed by James Roy in :gh:`126585`.)
679679

680+
680681
faulthandler
681682
------------
682683

683684
* Add support for printing the C stack trace on systems that support it via
684685
:func:`faulthandler.dump_c_stack` or via the *c_stack* argument in :func:`faulthandler.enable`.
685686
(Contributed by Peter Bierma in :gh:`127604`.)
686687

688+
687689
fnmatch
688690
-------
689691

690692
* Added :func:`fnmatch.filterfalse` for excluding names matching a pattern.
691693
(Contributed by Bénédikt Tran in :gh:`74598`.)
692694

695+
693696
fractions
694697
---------
695698

0 commit comments

Comments
 (0)