twisted / ldaptor

LDAP server, client and utilities, using Twisted Python
MIT License
160 stars 53 forks source link

Use configparser.ConfigParser #242

Open s-t-e-v-e-n-k opened 8 months ago

s-t-e-v-e-n-k commented 8 months ago

SafeconfigParser has been deprecated since Python 3.2, and was finally removed in 3.12, so switch to it directly.