Created
December 10, 2018 04:13
-
-
Save kinow/858d68c146d06795ba727156ee91905f to your computer and use it in GitHub Desktop.
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
import re | |
s = re.sub(r"\db", r"\d_", "1bread") | |
print(s) | |
Author
kinow
commented
Dec 11, 2018
Bugs found by Hilary:
https://bugs.python.org/issue27030
https://bugs.python.org/issue27471
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment