We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c344ad7 commit e899792Copy full SHA for e899792
Doc/whatsnew/3.14.rst
@@ -677,19 +677,22 @@ errno
677
* Add :data:`errno.EHWPOISON` error code.
678
(Contributed by James Roy in :gh:`126585`.)
679
680
+
681
faulthandler
682
------------
683
684
* Add support for printing the C stack trace on systems that support it via
685
:func:`faulthandler.dump_c_stack` or via the *c_stack* argument in :func:`faulthandler.enable`.
686
(Contributed by Peter Bierma in :gh:`127604`.)
687
688
689
fnmatch
690
-------
691
692
* Added :func:`fnmatch.filterfalse` for excluding names matching a pattern.
693
(Contributed by Bénédikt Tran in :gh:`74598`.)
694
695
696
fractions
697
---------
698
0 commit comments