8000 Fix CI · python/cpython@3054ebd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3054ebd

Browse files
committed
Fix CI
1 parent 117ba13 commit 3054ebd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Doc/library/random.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,11 @@ Alternative Generator
447447
Override this method in subclasses to customise the
448448
:meth:`~random.getrandbits` behaviour of :class:`!Random` instances.
449449

450+
.. method:: Random.randbytes(n)
451+
452+
Override this method in subclasses to customise the
453+
:meth:`~random.randbytes` behaviour of :class:`!Random` instances.
454+
450455

451456
.. class:: SystemRandom([seed])
452457

Doc/tools/.nitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ Doc/whatsnew/3.5.rst
7373
Doc/whatsnew/3.6.rst
7474
Doc/whatsnew/3.7.rst
7575
Doc/whatsnew/3.8.rst
76+
Doc/whatsnew/3.10.rst
77+
Doc/whatsnew/3.11.rst

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Optimizations
776776
:pep:`590` vectorcall protocol.
777777
(Contributed by Donghee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue:`37207`.)
778778

779-
* Optimized :meth:`~set.difference_update` for the case when the other set
779+
* Optimized :meth:`!set.difference_update` for the case when the other set
780780
is much larger than the base set.
781781
(Suggested by Evgeny Kapun with code contributed by Michele Orrù in :issue:`8425`.)
782782

0 commit comments

Comments
 (0)
0