From a6122d8f7b371c92ca12b8dcb08a234be27b959d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 17 Dec 2017 17:41:46 -0800 Subject: [PATCH] Remove unused local variable, norm_func --- Lib/ldap/modlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/ldap/modlist.py b/Lib/ldap/modlist.py index a853500d..c8272cf7 100644 --- a/Lib/ldap/modlist.py +++ b/Lib/ldap/modlist.py @@ -73,7 +73,6 @@ def modifyModlist( replace_attr_value = len(old_value)!=len(new_value) if not replace_attr_value: if attrtype_lower in case_ignore_attr_types: - norm_func = str.lower old_value_set = set(map(str.lower,old_value)) new_value_set = set(map(str.lower,new_value)) else: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy