Skip to content

Commit

Permalink
more obsolete docstring content removed
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder authored and Petr Viktorin committed Nov 22, 2017
1 parent 3597f2a commit 4944d99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions Lib/ldap/dn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
dn.py - misc stuff for handling distinguished names (see RFC 4514)
See https://www.python-ldap.org/ for details.
Compability:
- Tested with Python 2.0+
"""

from ldap.pkginfo import __version__
Expand Down
12 changes: 0 additions & 12 deletions Lib/ldap/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
functions.py - wraps functions of module _ldap
See https://www.python-ldap.org/ for details.
Compability:
- Tested with Python 2.0+ but should work with Python 1.5.x
- functions should behave exactly the same like in _ldap
Usage:
Directly imported by ldap/__init__.py. The symbols of _ldap are
overridden.
Thread-lock:
Basically calls into the LDAP lib are serialized by the module-wide
lock _ldapmodule_lock.
"""

from ldap import __version__
Expand Down
3 changes: 0 additions & 3 deletions Lib/ldap/sasl.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
LDAPObject's sasl_bind_s() method
Implementing support for new sasl mechanism is very easy --- see
the examples of digest_md5 and gssapi.
Compability:
- Tested with Python 2.0+ but should work with Python 1.5.x
"""

from ldap import __version__
Expand Down

0 comments on commit 4944d99

Please sign in to comment.