noirello / bonsai

Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
MIT License
117 stars 33 forks source link

FutureWarning: Possible nested set for re on python 3.7 #22

Closed garyvdm closed 6 years ago

garyvdm commented 6 years ago

When using bonsai with python 3.7 I get this warning:

.../lib/python3.7/site-packages/bonsai/ldapurl.py:44: FutureWarning: Possible nested set at position 52
noirello commented 6 years ago

Thanks, it will be fixed in the next release (already fixed on the refactor branch).

noirello commented 6 years ago

v1.0.0 is out, the issues is fixed.