Re: [Python-Dev] r87518 - python/branches/py3k/Parser/tokenizer.c

2010-12-28 Thread Victor Stinner
Le mardi 28 décembre 2010 à 10:12 +0100, Georg Brandl a écrit : > >> > Author: victor.stinner > >> > Date: Mon Dec 27 21:12:13 2010 > >> > New Revision: 87518 > >> > > >> > Log: > >> > Issue #10778: decoding_fgets() decodes the filename from the filesystem > >> > encoding instead of UTF-8. > > >

Re: [Python-Dev] r87518 - python/branches/py3k/Parser/tokenizer.c

2010-12-28 Thread Georg Brandl
Am 28.12.2010 01:07, schrieb Victor Stinner: > (oops, I posted an incomplete message, stupid mailer) > > Le lundi 27 décembre 2010 à 22:22 +0100, Georg Brandl a écrit : >> Am 27.12.2010 21:12, schrieb victor.stinner: >> > Author: victor.stinner >> > Date: Mon Dec 27 21:12:13 2010 >> > New Revision

Re: [Python-Dev] r87518 - python/branches/py3k/Parser/tokenizer.c

2010-12-27 Thread Victor Stinner
(oops, I posted an incomplete message, stupid mailer) Le lundi 27 décembre 2010 à 22:22 +0100, Georg Brandl a écrit : > Am 27.12.2010 21:12, schrieb victor.stinner: > > Author: victor.stinner > > Date: Mon Dec 27 21:12:13 2010 > > New Revision: 87518 > > > > Log: > > Issue #10778: decoding_fgets(

Re: [Python-Dev] r87518 - python/branches/py3k/Parser/tokenizer.c

2010-12-27 Thread Victor Stinner
Le lundi 27 décembre 2010 à 22:22 +0100, Georg Brandl a écrit : > Am 27.12.2010 21:12, schrieb victor.stinner: > > Author: victor.stinner > > Date: Mon Dec 27 21:12:13 2010 > > New Revision: 87518 > > > > Log: > > Issue #10778: decoding_fgets() decodes the filename from the filesystem > > encoding

Re: [Python-Dev] r87518 - python/branches/py3k/Parser/tokenizer.c

2010-12-27 Thread Georg Brandl
Am 27.12.2010 21:12, schrieb victor.stinner: > Author: victor.stinner > Date: Mon Dec 27 21:12:13 2010 > New Revision: 87518 > > Log: > Issue #10778: decoding_fgets() decodes the filename from the filesystem > encoding instead of UTF-8. > > > Modified: >python/branches/py3k/Parser/tokenizer.