-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ldap.async to ldap.asyncsearch
Python 3.7 introduces `async` as a keyword. The old import path is still available for backwards compatibility. https://github.com/python-ldap/python-ldap/pull/107 Signed-off-by: Christian Heimes <cheimes@redhat.com>
- Loading branch information
Christian Heimes
authored and
Petr Viktorin
committed
Dec 11, 2017
1 parent
baa091f
commit dc7a3fe
Showing
6 changed files
with
353 additions
and
300 deletions.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| args | ||
| async | ||
| asyncsearch | ||
| attr | ||
| attrlist | ||
| attrList | ||
|
|
||
Oops, something went wrong.