Viewing profile — py3kthrowa
py3kthrowa
HN member- Joined
- Wed, Oct 07, 2015, 12:22 AM UTC
- HN karma
- -7
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About py3kthrowa
No profile information was provided.
Recent public activity
-
comment
Comment #10343399
And your tests will validate nothing was broken, right? You have thorough tests?
-
comment
Comment #10343389
Or until you trip over the API differences between str and bytes in Python 3 that do not exist in Python 2 (because str == bytes in Python 2). Chiefly, printf-style formatting... >…