[Python-ideas] In fact, I'm a bit worry about this literal p""

Ma Lin malincns at 163.com
Fri Dec 28 04:55:46 EST 2018


Maybe this literal will encourage people to finish tasks using regex, 
even lead to abuse regex, will this change Python's style?

What's worse is, people using mixed manners in the same project:

one_line.split(',')
...
p','.split(one_line)

Maybe it will break the Python's style, reduce code readability, is this 
worth it?



More information about the Python-ideas mailing list