keyring v0.7.1 Release Notes

    • โœ‚ Removed non-ASCII characters from README and CHANGES docs (required by distutils if we're to include them in the long_description). Fixes #55.

    0.7

    • โœ… Python 3 is now supported. All tests now pass under Python 3.2 on Windows and Linux (although Linux backend support is limited). Fixes #28.
    • ๐Ÿ Extension modules on Mac and Windows replaced by pure-Python ctypes implementations. Thanks to Jerome Laheurte.
    • ๐Ÿ›  WinVaultKeyring now supports multiple passwords for the same service. Fixes #47.
    • โœ… Most of the tests don't require user interaction anymore.
    • Entries stored in Gnome Keyring appears now with a meaningful name if you try to browser your keyring (for ex. with Seahorse)
    • โœ… Tests from Gnome Keyring no longer pollute the user own keyring.
    • keyring.util.escape now accepts only unicode strings. Don't try to encode strings passed to it.