SIGN IN SIGN UP

bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)

For threads, and for multiprocessing, it's always been the case that ``args=list`` works fine when passed to ``Process()`` or ``Thread()``, and such code is common in the wild. But, according to the docs, only a tuple can be used. This brings the docs into synch with reality.

Doc changes by Charlie Zhao.
Co-authored-by: Tim Peters <tim.peters@gmail.com>
C
Charlie Zhao committed
e466faa9df9a1bd377d9725de5484471bc4af8d0
Parent: 5ab745f
Committed by GitHub <noreply@github.com> on 2/26/2022, 4:17:13 AM