testing/mmn/mktime_takes_localtime_not_gmtime 1.1.7
Isis Lovecruft 2013-07-03 10:29:58 +00:00
parent 6ee18679e5
commit e44228bac3
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 6 additions and 1 deletions

View File

@ -54,7 +54,12 @@ signature functionality from Python programs, by interacting with GnuPG \
through file descriptors. Input arguments are strictly checked and sanitised, \
and therefore this module should be safe to use in networked applications \
requiring direct user input. It is intended for use with Python 2.6 or \
greater.""",
greater.
Documentation can be found on readthedocs_.
.. _readthedocs: https://python-gnupg.readthedocs.org/en/latest/
""",
license="AGPLv3",
version=versioneer.get_version(),