Skip to content

v0.5.0

Compare
Choose a tag to compare
@shyuep shyuep released this 15 Sep 15:49
· 2300 commits to master since this release
  1. Completely rewritten zopen which supports the "rt" keyword of Python 3
    even when used in Python 2.
  2. monty.string now has a marquee method which centers a string
    (contributed by Matteo).
  3. Monty now supports only Python >= 3.3 as well as Python 2.7. Python 3.2
    support is now dropped.