Skip to content

Python 3 has no basestring, use str instead #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2019

Conversation

mistotebe
Copy link
Contributor

Fixes: #255

@codecov
Copy link

codecov bot commented Jan 28, 2019

Codecov Report

Merging #259 into master will increase coverage by 0.17%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #259      +/-   ##
=========================================
+ Coverage   70.93%   71.1%   +0.17%     
=========================================
  Files          49      49              
  Lines        4816    4818       +2     
  Branches      812     812              
=========================================
+ Hits         3416    3426      +10     
+ Misses       1066    1056      -10     
- Partials      334     336       +2
Impacted Files Coverage Δ
Lib/ldap/controls/sss.py 50% <100%> (+10.34%) ⬆️
Lib/ldap/controls/deref.py 57.14% <0%> (ø) ⬆️
Lib/ldap/controls/__init__.py 76.47% <0%> (+5.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 576d5bf...b895686. Read the comment docs.

@encukou
Copy link
Member

encukou commented Jan 30, 2019

I've added a very minimal test that failed before, but should pass with your change.
Does this test look OK?
If yes, let's merge it.

@mistotebe
Copy link
Contributor Author

Yes, the test looks ok.

@encukou encukou merged commit 2059c13 into python-ldap:master Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants