-
- Downloads
objstr: Add str.encode() and bytes.decode() methods.
These largely duplicate str() & bytes() constructors' functionality, but can be used to achieve Python2 compatibility.
Please register or sign in to comment
These largely duplicate str() & bytes() constructors' functionality, but can be used to achieve Python2 compatibility.