Update the SVG display object to only allow str and not bytes.
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 4.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
SVG displayobject seem that internal data can be either bytes or str, as the read/reaload methods will read a file as bytes.
I would suggest to deprecate reading as bytes, and read as text to have a stable datatype.
Contributor guide
Assessment
This issue has not been assessed yet.