Message6739
To reproduce:
$ cat filename.py
try:
open(u'hyv\xe4')
except EnvironmentError, err:
print type(err.filename), repr(err.filename)
$ python filename.py
<type 'unicode'> u'hyv\xe4'
$ jython --version
Jython 2.5.2
$ jython filename.py
<type 'str'> 'hyv\xe4' |
|
Date |
User |
Action |
Args |
2011-12-07 08:41:13 | pekka.klarck | set | recipients:
+ pekka.klarck |
2011-12-07 08:41:13 | pekka.klarck | set | messageid: <1323247273.26.0.321728724135.issue1825@psf.upfronthosting.co.za> |
2011-12-07 08:41:13 | pekka.klarck | link | issue1825 messages |
2011-12-07 08:41:12 | pekka.klarck | create | |
|