[PATCH 1/3] Remove the explicit `random` parameter from `setlist.shuffle`
Instead, accept any arguments ``random.shuffle`` accepts. Prior to Python 3.11 this was `random` but Python 3.9 deprecated this feature and Python 3.11 removed it.
https://github.com/python/cpython/issues/84645
Accepting `*args, **kwargs` makes the signature compatible with whatever Python runtime happens to be in use.
Jean-Paul Calderone <exarkun@twistedmatrix.com>
no
2023-02-13
Showing 1 to 1 of 1 entry
All known versions for source package 'python-collections-extended'