-
-
Notifications
You must be signed in to change notification settings - Fork 888
VIP: native hex string literals #4206
Copy link
Copy link
Closed
Labels
release - mustrelease blockerrelease blocker
Milestone
Description
Simple Summary
per title
Motivation
make it easier to copy bytestrings which are in hex format
Specification
introduce hex string literals like x"abcd". the parser should treat x"abcd" the same as b"\xab\xcd".
Backwards Compatibility
backwards compatible
Dependencies
none
References
Copyright
Copyright and related rights waived via CC0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
release - mustrelease blockerrelease blocker