You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the roadmap discussion here , we want the bytes type to be part of the language itself. Some thoughts around that.
E.g.
constb1=b"some data";
I was also thinking, inspired by Go, to make a distinction between double quotes and single quotes. The former being used exclusively for strings and the latter for for single bytes.
Is there an existing issue for this?
Is your feature request related to a problem?
In regards to #567 , a new Bytes type will be added. More details to follow.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: