• Riskable@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    7 hours ago

    Why? The most annoying thing that I remember about it was popular modules that hadn’t been ported yet. In essence, a temporary problem; growing pains.

    The Unicode/string/bytes changes were welcome (to me). But that might just be because I had actually encountered situations where I had to deal with seemingly endless complexity and ambiguity related to Unicode stuff and encodings. Python 3 made everything much more logical 🤷

    • Swedneck@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      looking at python2 code these days is very uncanny, just the fact that print is a magical keyword is so wrong: what is this? bash?