Argh v0.26.3-dev Release Notes

  • Backward incompatible changes:

    • ⬇️ Dropped support for Python 2.6.

    ✨ Enhancements:

    • ➕ Added support for Python 3.5.
    • 👌 Support introspection of function signature behind the @wraps decorator (issue #111).

    🛠 Fixed bugs:

    • When command function signature contained **kwargs and positionals without defaults and with underscores in their names, a weird behaviour could be observed (issue #104).

    Other changes:

    • Include the license files in manifest (PR #112).