25 votes

Python 3.7 has been officially released!

2 comments

  1. [2]
    799
    Link
    Cool stuff! For me at least, the most relevant/interesting part is that dicts will preserve the order. This was an implementation detail in Python 3.6, so it's cool to see it as a language feature...

    Cool stuff! For me at least, the most relevant/interesting part is that dicts will preserve the order. This was an implementation detail in Python 3.6, so it's cool to see it as a language feature here in 3.7.

    4 votes
    1. asdfjackal
      Link Parent
      Being able to just call breakpoint() as well instead of having to manually import pdb is a great addition as well.

      Being able to just call breakpoint() as well instead of having to manually import pdb is a great addition as well.

      5 votes