Live data from Hacker News

Viewing profile — py3kthrowa

py3kthrowa

HN member
Joined
Wed, Oct 07, 2015, 12:22 AM UTC
HN karma
-7
Public activity
2 items

About py3kthrowa

No profile information was provided.

Recent public activity

  1. comment
    Comment #10343399

    And your tests will validate nothing was broken, right? You have thorough tests?

  2. 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... >…