File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3743,9 +3743,6 @@ arbitrary binary data.
37433743 are replaced. If *count * is not specified or ``-1 ``, then all occurrences
37443744 are replaced.
37453745
3746- .. versionchanged :: next
3747- *count * is now supported as a keyword argument.
3748-
37493746 The subsequence to search for and its replacement may be any
37503747 :term: `bytes-like object `.
37513748
@@ -3754,6 +3751,9 @@ arbitrary binary data.
37543751 The bytearray version of this method does *not * operate in place - it
37553752 always produces a new object, even if no changes were made.
37563753
3754+ .. versionchanged :: next
3755+ *count * is now supported as a keyword argument.
3756+
37573757
37583758.. method :: bytes.rfind(sub[, start[, end]])
37593759 bytearray.rfind(sub[, start[, end]])
You can’t perform that action at this time.
0 commit comments