File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 3.0.0b3 2017-12-20
3
+
4
+ Changes since 3.0.0b2:
5
+
6
+ The functions `ldap.open()`, `ldap.init()`, `ldif.CreateLDIF()`
7
+ and `ldif.ParseLDIF()`, which were deprecated for over a decade,
8
+ are scheduled for removal in python-ldap 3.1.
9
+
10
+ Infrastructure:
11
+ * Require setuptools to build
12
+ * Start running automatic tests on PyPy
13
+
14
+ Lib/
15
+ * When raising LDAPBytesWarning, give helpful code locations
16
+ * Use modern Python idioms in several places
17
+ * Avoid reimplementing UserDict.get() in cidict and models.Entry
18
+
19
+ Doc/
20
+ * Use https links
21
+
22
+ Test/
23
+ * Add reproducer for openldap's NSS shutdown/restart issue
24
+ * Make testing on non-Linux platforms easier
25
+
26
+
1
27
----------------------------------------------------------------
2
28
Released 3.0.0b2 2017-12-11
3
29
You can’t perform that action at this time.
0 commit comments