Python 2.8?
Python 2.8?
Posted Jan 23, 2017 12:22 UTC (Mon) by ssokolow (guest, #94568)In reply to: Python 2.8? by Jonno
Parent article: Python 2.8?
Actually, OsString
is a superset of String
and whatever the OS offers. It'll carry NULL
characters just fine.
Here's a Rust Playground link demonstrating that.