[issue6077] Unicode issue with tempfile on Windows

2009-11-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Fixed with r76593 (py3k) and r76594 (release31-maint) -- resolution: accepted - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6077

[issue6077] Unicode issue with tempfile on Windows

2009-11-20 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- components: +IO -Library (Lib) priority: - normal stage: - patch review versions: +Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6077

[issue6077] Unicode issue with tempfile on Windows

2009-11-20 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The patch looks ok to me. -- assignee: - amaury.forgeotdarc nosy: +pitrou resolution: - accepted stage: patch review - commit review ___ Python tracker rep...@bugs.python.org

[issue6077] Unicode issue with tempfile on Windows

2009-05-27 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: File descriptors wrapped by the new IO module should be opened in binary mode. The attached patch changes TemporaryFile and NamedTemporaryFile to always call os.open() in binary mode; the mode is really used by the io.open() function.

[issue6077] Unicode issue with tempfile on Windows

2009-05-26 Thread Ugra Dániel
New submission from Ugra Dániel daniel.u...@gmail.com: Opening a file with tempfile.TemporaryFile using wt+ mode, then reading content back, will cause reading to stop (without any exception) when encountering byte '0x1a' (aka. Ctrl+Z) on Windows even tough UTF-16 encoding is used. When using

[issue6077] Unicode issue with tempfile on Windows

2009-05-21 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6077 ___ ___ Python-bugs-list