Commit b42268c
committed
use Buffer instead of ByteString
`ByteString` was
[deprecated](https://docs.python.org/3.12/whatsnew/3.12.html#deprecated)
in Python 3.12 and
[removed](https://docs.python.org/3.14/whatsnew/3.14.html#collections-abc) in
3.14.
`collections.abc.Buffer` is available since Python 3.12.
Fixes #238 .1 parent 9eb5694 commit b42268c
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
177 | | - | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
195 | | - | |
| 199 | + | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| |||
0 commit comments