On 3/1/2010 9:36 AM, Michael Droettboom wrote:
>  What if you want to use the letter 'o' as a marker?  That to me seems 
like a potential source of confusion, as well as a little bit limiting.  
What would the escaping syntax be to use the letter 'o'?

Maybe:
allow only unicode strings as string markers
and test with `is`::

 >>> 'o' is 'o'
         True
 >>> 'o' is u'o'
         False

Alan Isaac



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to