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?
Werner

_______________________________________________
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]

Reply via email to