From 850add0c4805465ec65e73c85af05347cf494a97 Mon Sep 17 00:00:00 2001 From: stroeder Date: Mon, 25 Jul 2016 08:15:14 +0000 Subject: [PATCH] added 'strf_secs' and 'strp_secs' to ldap.functions.__all__ --- CHANGES | 4 ++-- Lib/ldap/functions.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b54e904..32a0114 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ Released 2.4.27 2016-07-xx Changes since 2.4.26: Lib/ -* +* added 'strf_secs' and 'strp_secs' to ldap.functions.__all__ ---------------------------------------------------------------- Released 2.4.26 2016-07-24 @@ -1279,4 +1279,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.389 2016/07/25 08:11:49 stroeder Exp $ +$Id: CHANGES,v 1.390 2016/07/25 08:15:14 stroeder Exp $ diff --git a/Lib/ldap/functions.py b/Lib/ldap/functions.py index 3e04744..b0af7ee 100644 --- a/Lib/ldap/functions.py +++ b/Lib/ldap/functions.py @@ -3,7 +3,7 @@ See http://www.python-ldap.org/ for details. -\$Id: functions.py,v 1.32 2016/07/17 15:12:58 stroeder Exp $ +\$Id: functions.py,v 1.33 2016/07/25 08:15:14 stroeder Exp $ Compability: - Tested with Python 2.0+ but should work with Python 1.5.x @@ -25,6 +25,7 @@ 'explode_dn','explode_rdn', 'get_option','set_option', 'escape_str', + 'strf_secs','strp_secs', ] import sys,pprint,time,_ldap,ldap