From be777af099c2f40aaa8fda5fe59c80b552837097 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 16 Jan 2016 19:00:08 +0000 Subject: [PATCH] Missing items for 2.4.22 --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index cf8757a..667ca07 100644 --- a/CHANGES +++ b/CHANGES @@ -12,9 +12,9 @@ Lib/ * Hmmpf! Added missing self to LDAPObject.fileno(). * ReconnectLDAPObject.sasl_bind_s() now correctly uses generic wrapper arguments *args,**kwargs -* LDIFParser.parse_change_records() now correctly calls - LDIFParser.handle_change_modify() -* Corrected ldap.controls.pwdpolicy.__all__ +* Correct method name LDIFParser.handle_modify() +* Corrected __all__ in modules ldap.controls.pwdpolicy and + ldap.controls.openldap Doc/ * Started missing docs for sub-module ldap.sasl. @@ -1216,4 +1216,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.363 2015/10/24 15:55:07 stroeder Exp $ +$Id: CHANGES,v 1.364 2016/01/16 19:00:08 stroeder Exp $