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 pedantic handling of whitespace in reference regex #181

Merged
merged 2 commits into from Apr 2, 2019

Conversation

jnothman
Copy link
Member

@jnothman jnothman commented Jun 12, 2018

In scikit-learn/scikit-learn#11241 I landed on an issue where numpy did not rename a reference that had two spaces between .. and [ref]. When fixing this I noted that the .s should also be escaped in the regex.

@jnothman
Copy link
Member Author

jnothman commented Apr 2, 2019

I think this one is a no-brainer.

@rgommers rgommers merged commit e7fce86 into numpy:master Apr 2, 2019
@rgommers
Copy link
Member

rgommers commented Apr 2, 2019

thanks @jnothman

@rgommers rgommers added this to the v0.9.0 milestone Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants