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 220f1fd commit 60e0004Copy full SHA for 60e0004
Doc/whatsnew/3.14.rst
@@ -465,6 +465,15 @@ getopt
465
* Add support for returning intermixed options and non-option arguments in order.
466
(Contributed by Serhiy Storchaka in :gh:`126390`.)
467
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
477
http
478
----
479
Misc/NEWS.d/next/Library/2025-03-16-08-00-29.gh-issue-130914.6z883_.rst
@@ -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