Debian Patches

Status for python-collections-extended/2.0.2-2

Patch Description Author Forwarded Bugs Origin Last update
199.patch [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

All known versions for source package 'python-collections-extended'

Links