Hacker News new | ask | show | jobs
by modeless 3338 days ago
Unfortunate name. I thought this was about libz aka zlib.
3 comments

Ok, we'll cut the title's z supply.
That actually confused me as well :)

    andy@xps ~> python3
    >>> "Libz" == "libz"
    False

    >>> title_case("Libz") == title_case("libz")
    True
touché
Also works in python2 for those of us stuck in the 1950s.