File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ Released 2.4.39 2017-05-xx
3
3
4
4
Changes since 2.4.38:
5
5
6
- Lib/slapdtest.py
7
- * Removed obsolete assert statements
8
-
9
6
----------------------------------------------------------------
10
7
Released 2.4.38 2017-04-28
11
8
@@ -1440,4 +1437,4 @@ Released 2.0.0pre02 2002-02-01
1440
1437
----------------------------------------------------------------
1441
1438
Released 1.10alpha3 2000-09-19
1442
1439
1443
- $Id: CHANGES,v 1.445 2017/04/28 20:04:34 stroeder Exp $
1440
+ $Id: CHANGES,v 1.444 2017/04/28 20:03:52 stroeder Exp $
Original file line number Diff line number Diff line change 4
4
5
5
See http://www.python-ldap.org/ for details.
6
6
7
- $Id: dsml.py,v 1.55 2017/04/27 11:11:01 stroeder Exp $
7
+ $Id: dsml.py,v 1.56 2017/04/28 20:03:51 stroeder Exp $
8
8
9
9
Python compability note:
10
10
Tested with Python 2.0+.
11
11
"""
12
12
13
- __version__ = '2.4.38 '
13
+ __version__ = '2.4.39 '
14
14
15
15
import string ,base64
16
16
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- $Id: __init__.py,v 1.116 2017/04/27 11:11:01 stroeder Exp $
6
+ $Id: __init__.py,v 1.117 2017/04/28 20:03:52 stroeder Exp $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.38 '
11
+ __version__ = '2.4.39 '
12
12
13
13
import sys
14
14
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- \$Id: ldapurl.py,v 1.91 2017/04/27 11:11:01 stroeder Exp $
6
+ \$Id: ldapurl.py,v 1.92 2017/04/28 20:03:51 stroeder Exp $
7
7
8
8
Python compability note:
9
9
This module only works with Python 2.0+ since
10
10
1. string methods are used instead of module string and
11
11
2. list comprehensions are used.
12
12
"""
13
13
14
- __version__ = '2.4.38 '
14
+ __version__ = '2.4.39 '
15
15
16
16
__all__ = [
17
17
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- $Id: ldif.py,v 1.111 2017/04/27 11:11:01 stroeder Exp $
6
+ $Id: ldif.py,v 1.112 2017/04/28 20:03:51 stroeder Exp $
7
7
8
8
Python compability note:
9
9
Tested with Python 2.0+, but should work with Python 1.5.2+.
10
10
"""
11
11
12
- __version__ = '2.4.38 '
12
+ __version__ = '2.4.39 '
13
13
14
14
__all__ = [
15
15
# constants
You can’t perform that action at this time.
0 commit comments