-
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.
Merge pull request #152 – bytes mode for default arguments
With `bytes_mode=True`, all arguments must be bytes. However some functions had default keyword arguments of type `str` (`unicode`). One example is `search_ext(..., filterstr='(objectClass=*), ...')`. Here is a fix. https://github.com/python-ldap/python-ldap/pull/152
- Loading branch information
Showing
4 changed files
with
172 additions
and
29 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
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
Oops, something went wrong.