File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 3.0.0b4 2018-01-10
3
+
4
+ Changes since 3.0.0b3:
5
+
6
+ Removed support for Python 3.3, which reached its end-of-life 2017-09-29.
7
+
8
+ Lib/
9
+ * Make default argument values work under bytes_mode
10
+ * Update use of map() to use list/set comprehensions instead
11
+
12
+ Test/
13
+ * Refactor syncrepl tests to run with bytes_mode
14
+
15
+ Doc/
16
+ * Document all_records attribute of LDIFRecordList
17
+
18
+
1
19
----------------------------------------------------------------
2
20
Released 3.0.0b3 2017-12-20
3
21
Original file line number Diff line number Diff line change 2
2
"""
3
3
meta attributes for packaging which does not import any dependencies
4
4
"""
5
- __version__ = '3.0.0b3 '
5
+ __version__ = '3.0.0b4 '
6
6
__author__ = u'python-ldap project'
7
7
__license__ = 'Python style'
Original file line number Diff line number Diff line change 4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
6
7
- __version__ = '3.0.0b3 '
7
+ __version__ = '3.0.0b4 '
8
8
9
9
__all__ = [
10
10
# constants
Original file line number Diff line number Diff line change 6
6
7
7
from __future__ import unicode_literals
8
8
9
- __version__ = '3.0.0b3 '
9
+ __version__ = '3.0.0b4 '
10
10
11
11
__all__ = [
12
12
# constants
Original file line number Diff line number Diff line change 5
5
See https://www.python-ldap.org/ for details.
6
6
"""
7
7
8
- __version__ = '3.0.0b3 '
8
+ __version__ = '3.0.0b4 '
9
9
10
10
from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
11
11
from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments