[issue5255] unicode support with os.readlink()

2009-02-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: This is fixed in Python 2.6. -- nosy: +loewis resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue5255] unicode support with os.readlink()

2009-02-13 Thread scudeete
New submission from scudeete : Python 2.5.2 has a bug in os.readlink() accepting unicode objects. Although it appears that other os functions can handle unicode fine: os.listdir("ششش") Works fine (in that it raises an OS.Error if the dir is not there), but: os.readlink("ششش") Raises: : 'asci