[Python-bugs-list] strop.lowercase/uppercase delivers too much characters (PR#190)

ajung@sz-sb.de ajung@sz-sb.de
Tue, 25 Jan 2000 02:21:16 -0500 (EST)


Full_Name: Andreas Jung
Version: 1.5.2
OS: Solaris 2.7
Submission from: saarland.sz-sb.de (212.88.192.10)


tedint@/usr/local/sourcen/Python-1.5.2(3)% ./python
Python 1.5.2 (#4, Jan 25 2000, 08:13:46)  [GCC 2.95.1 19990816 (release)] on
sun
os5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import strop
>>> strop.lowercase
'abcdefghijklmnopqrstuvwxyz\337\340\341\342\343\344\345\346\347\350\351\352\353\
354\355\356\357\360\361\362\363\364\365\366\370\371\372\373\374\375\376\377'
>>> strop.uppercase
'ABCDEFGHIJKLMNOPQRSTUVWXYZ\300\301\302\303\304\305\306\307\310\311\312\313\314\
315\316\317\320\321\322\323\324\325\326\330\331\332\333\334\335\336'
>>>     

Instead of delivering just 'a'-'z' I got much more characters. This problem
occurs only on Solaris 2.7 machines

Andreas Jung