Skip to content

Commit 60e0004

Browse files
committed
Add blurb and what's new
1 parent 220f1fd commit 60e0004

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,15 @@ getopt
465465
* Add support for returning intermixed options and non-option arguments in order.
466466
(Contributed by Serhiy Storchaka in :gh:`126390`.)
467467

468+
469+
graphlib
470+
--------
471+
472+
* Allow :meth:`graphlib.TopologicalSorter.prepare` to be called more than once
473+
as long as sorting has not started.
474+
(Contributed by Daniel Pope in :gh:`130914`)
475+
476+
468477
http
469478
----
470479

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Allow :meth:`graphlib.TopologicalSorter.prepare` to be called more than once
2+
as long as sorting has not started.
3+
Patch by Daniel Pope.

0 commit comments

Comments
 (0)