Steve Howell skrev: > def firstIsCapitalized(word): > return 'A' <= word[0] <= 'Z'
For someone who is worried about the impact of non-ascii identifiers, you are making surprising assumptions about the contents of data. Nis -- http://mail.python.org/mailman/listinfo/python-list