On 1/16/14 7:29 AM, Werner wrote: > On 16/01/2014 16:10, Ed Leafe wrote: >> On Jan 16, 2014, at 9:04 AM, John Fabiani <[email protected]> wrote: >> >>> I've only played with python 3 but I think it's "str.upper()". But I'm >>> guessing >>> that's not the trouble right? >> No, it's the set of uppercase letters A-Z. I suppose you could manually >> specify >> these characters instead. > I think I switch to use string.ascii_uppercase: > >>>> import string >>>> string.ascii_uppercase > 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' >>>> string.uppercase > 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' >>>> > > Is that fine?
+1 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
