File tree Expand file tree Collapse file tree
docs/source/release-history Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ writing, but should be by the time we release 11.0!)
1515
1616#### ScreenShot attributes
1717
18- The {py: attr }` mss.ScreenShot.raw ` attribute has been removed. Use the {py: attr }` mss.ScreenShot.bgra ` property instead.
18+ The {py: attr }` mss.ScreenShot.raw ` attribute has been deprecated, and will soon be removed. Use the
19+ {py: attr }` mss.ScreenShot.bgra ` property instead.
1920
20- The {py: attr }` mss.ScreenShot.bgra ` and {py: attr }` mss.ScreenShot.rgb ` properties now will return read-only bytes-like
21+ The {py: attr }` mss.ScreenShot.bgra ` and {py: attr }` mss.ScreenShot.rgb ` properties now will return bytes-like
2122{py: type }` memoryview ` objects, not necessarily {py: type }` bytes ` or {py: type }` bytearray ` objects. For practical use
22- cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory copies.
23+ cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory
24+ copies.
2325
2426### Python 3.9 EOL
2527
You can’t perform that action at this time.
0 commit comments