does any one know how to use 2to3 program to convert 2.7 coding 3.X please i 
need help sorry 



On Tuesday, 18 February 2014, 19:50, Zachary Ware 
<zachary.ware+py...@gmail.com> wrote:
 
On Tue, Feb 18, 2014 at 11:39 AM, Zachary Ware
<zachary.ware+py...@gmail.com> wrote:
<snip>
>    >>> '<H\*>'
>    '<H\*>'
>
> The equivalent raw string is exactly the same in this case:
>
>    >>> r'<H\*>'
>    '<H\*>'

Oops, I mistyped both of these.  The repr should be '<H\\*>' in both cases.

Sorry for the confusion!

-- 
Zach
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to