python2

Surprise from Python:

https://stackoverflow.com/questions/647769/why-cant-pythons-raw-string-literals-end-with-a-single-backslash Python can’t have strings ending with single slash: r’\’ is illegal, even in raw literals.The only robust way to...