File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,11 @@ Alternative Generator
447
447
Override this method in subclasses to customise the
448
448
:meth: `~random.getrandbits ` behaviour of :class: `!Random ` instances.
449
449
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
+
450
455
451
456
.. class :: SystemRandom([seed])
452
457
Original file line number Diff line number Diff line change @@ -73,3 +73,5 @@ Doc/whatsnew/3.5.rst
73
73
Doc/whatsnew/3.6.rst
74
74
Doc/whatsnew/3.7.rst
75
75
Doc/whatsnew/3.8.rst
76
+ Doc/whatsnew/3.10.rst
77
+ Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ Optimizations
776
776
:pep: `590 ` vectorcall protocol.
777
777
(Contributed by Donghee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue: `37207 `.)
778
778
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
780
780
is much larger than the base set.
781
781
(Suggested by Evgeny Kapun with code contributed by Michele Orrù in :issue: `8425 `.)
782
782
You can’t perform that action at this time.
0 commit comments