Re: the meaning of r’.......‘

2012-07-23 Thread John Roth
On Monday, July 23, 2012 1:59:42 AM UTC-6, Chris Angelico wrote: > On Fri, Jul 20, 2012 at 5:56 PM, levi nie <levinie...@gmail.com> wrote: > > the meaning of r’...‘? > > It's a raw string. > > http://docs.python.org/py3k/tutorial/introduction.html#st

Re: the meaning of r’.......‘

2012-07-23 Thread Chris Angelico
On Tue, Jul 24, 2012 at 7:07 AM, Terry Reedy wrote: > On 7/23/2012 3:59 AM, Chris Angelico wrote: >> >> On Fri, Jul 20, 2012 at 5:56 PM, levi nie wrote: >>> >>> the meaning of r’...‘? >> >> >> It's a raw string. >> >

Re: the meaning of r’.......‘

2012-07-23 Thread Terry Reedy
On 7/23/2012 3:59 AM, Chris Angelico wrote: On Fri, Jul 20, 2012 at 5:56 PM, levi nie wrote: the meaning of r’...‘? It's a raw string. http://docs.python.org/py3k/tutorial/introduction.html#strings Strictly speaking, it is a raw string literal, which should be parsed as

Re: the meaning of r’.......‘

2012-07-23 Thread Steven D'Aprano
On Mon, 23 Jul 2012 17:59:42 +1000, Chris Angelico wrote: > On Fri, Jul 20, 2012 at 5:56 PM, levi nie wrote: >> the meaning of r’...‘? > > It's a raw string. Technically, no, it's a SyntaxError, because the Original Poster has used some sort of "

Re: the meaning of r’.......‘

2012-07-23 Thread Chris Angelico
On Fri, Jul 20, 2012 at 5:56 PM, levi nie wrote: > the meaning of r’...‘? It's a raw string. http://docs.python.org/py3k/tutorial/introduction.html#strings Chris Angelico -- http://mail.python.org/mailman/listinfo/python-list