[issue1608805] Py_FileSystemDefaultEncoding can be non-canonical

2010-05-19 Thread STINNER Victor
STINNER Victor added the comment: This issue is a duplicate of #4213 which was fixed by r67055 (py3k). -- resolution: -> duplicate status: open -> closed ___ Python tracker _

[issue1608805] Py_FileSystemDefaultEncoding can be non-canonical

2009-03-31 Thread Stephan R.A. Deibel
Stephan R.A. Deibel added the comment: It appears to be specific to 2.x and does not occur under Python 3.0: Python 3.0 (r30:67503, Jan 15 2009, 09:27:16) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.

[issue1608805] Py_FileSystemDefaultEncoding can be non-canonical

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Does this affect 3.x? -- components: +Unicode nosy: +ajaksu2, haypo type: -> behavior ___ Python tracker ___ _

[issue1608805] Py_FileSystemDefaultEncoding can be non-canonical

2008-01-11 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 -Python 2.5 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list