Skip to content

v0.15.0

Compare
Choose a tag to compare
@ctomkow ctomkow released this 09 Sep 03:57
· 3 commits to master since this release
  • Python 2.7 compatibility 😲 What can I say, I like compatibility. That's one thing about perl(5) I like.
    • v2/3 type hint convention.
    • OrderedDict should be used if ordering is important as 2.7 dictionary's don't guarantee order.