Live data from Hacker News

Viewing profile — jVint

jVint

HN member
Joined
Tue, Feb 28, 2017, 10:37 PM UTC
HN karma
1
Public activity
1 items

About jVint

No profile information was provided.

Recent public activity

  1. comment
    Comment #13759068

    Then you would have the problem that something like mydefault=3, def f(default=mydefault):... would change it's evaluation if anyone ever defined mydefault=4. That would leave user…