Skip to content

Commit 5e9bd91

Browse files
committed
minor compare is single int not float
1 parent e80b2f4 commit 5e9bd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/ldappool/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
if sys.version_info.minor >= 3.8:
3+
if sys.version_info.minor >= 8:
44
import dataclasses
55
import logging
66
import sys
@@ -36,7 +36,7 @@ class LDAPLockTimeout(Exception):
3636
pass
3737

3838

39-
if sys.version_info.minor >= 3.8:
39+
if sys.version_info.minor >= 8:
4040

4141
def e2c(entry):
4242
try:

0 commit comments

Comments
 (0)
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