mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
This commit is contained in:
parent
7b78e7f9fd
commit
007bb06a2d
1 changed files with 3 additions and 0 deletions
|
@ -761,6 +761,9 @@ Deprecated
|
|||
`parso`_.
|
||||
(Contributed by Carl Meyer in :issue:`40360`.)
|
||||
|
||||
* The *random* parameter of :func:`random.shuffle` has been deprecated.
|
||||
(Contributed by Raymond Hettinger in :issue:`40465`)
|
||||
|
||||
.. _LibCST: https://libcst.readthedocs.io/
|
||||
.. _parso: https://parso.readthedocs.io/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue