From c87155e6eba2e97e4e6c6ee7e2591088a5489556 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 22 Nov 2018 20:00:12 +1100 Subject: python: docs update * Added documentation for the new methods added to gpgme.version. * Removed the Flask based advanced use case from the what-is-new section as that type of code will not be added here. --- lang/python/doc/src/what-is-new | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/python/doc/src/what-is-new') diff --git a/lang/python/doc/src/what-is-new b/lang/python/doc/src/what-is-new index 4ca8ea89..5bcb5aeb 100644 --- a/lang/python/doc/src/what-is-new +++ b/lang/python/doc/src/what-is-new @@ -35,9 +35,10 @@ considerably. Additions since GPGME 1.12.0 include: -- An advanced HOWTO on using the bindings with web interfaces, - specifically Flask. - Moving the /What's New/ section out of the basic [[file:gpgme-python-howto.org][HOWTO]] document and into its own file so as to more readily include other documents beyond that HOWTO. - Moving the preceding, archival, segments into [[file:what-was-new.org][another file]]. +- Added =gpg.version.versionintlist= to make it easier for Python + developers to check for a specific version number, even with beta + versions (it will drop the "-betaN" part). -- cgit