Skip to content
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

Fix \u in raw string RE's #557

Merged
merged 1 commit into from
Oct 9, 2019
Merged

Fix \u in raw string RE's #557

merged 1 commit into from
Oct 9, 2019

Conversation

stevennic
Copy link
Contributor

As raised in #550, \u is no longer a supported RE escape sequence in Python 3.6+. Removing the r prefix turns it into a native Unicode character, consistent with the rest of the code in Whoosh.

@codecov
Copy link

codecov bot commented Oct 9, 2019

Codecov Report

Merging #557 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #557      +/-   ##
==========================================
+ Coverage   83.01%   83.03%   +0.02%     
==========================================
  Files         132      132              
  Lines       29641    29641              
==========================================
+ Hits        24605    24611       +6     
+ Misses       5036     5030       -6
Impacted Files Coverage Δ
src/whoosh/collectors.py 92.85% <0%> (+0.21%) ⬆️
src/whoosh/index.py 76.01% <0%> (+1.55%) ⬆️

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 eff4a4c...bcadaf3. Read the comment docs.

@nijel nijel merged commit 5421f1a into whoosh-community:master Oct 9, 2019
@nijel
Copy link
Collaborator

nijel commented Oct 9, 2019

Merged, thanks for your contribution!

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