backslashes and r-strings r"abc"

"Mark Hahn" <[email protected]> Mon, 26 Jul 2004 12:59:35 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Both the Python warts list and the Gotchas list complain about the confusion
of the r"abc" strings and the need for them.  The gotchas list even calls
the backslash escape character itself a "gotcha".

Does everyone agree with this?  Does anyone have any idea how to fix these?
What could possible replace the backslash esc char?