summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-04-29-18-02-16.bpo-40286.txbQNx.rst
blob: ab9bfa65e07c2dbce54c93e8699686e94c38ec8b (plain)
1
2
3
Remove ``_random.Random.randbytes()``: the C implementation of
``randbytes()``. Implement the method in Python to ease subclassing:
``randbytes()`` now directly reuses ``getrandbits()``.