Re: [Python-Dev] [PATCH] Make 2to3 --write preserve file mode (eg. execution bit)

2008-12-08 Thread Adeodato Simó
* Mark Dickinson [Mon, 08 Dec 2008 20:56:25 +]: > On Mon, Dec 8, 2008 at 6:51 PM, Adeodato Simó <[EMAIL PROTECTED]> wrote: > > The attached patch is a possible way to fix this issue. It'd be great if > > somebody could apply it, or write a more appropriate fix.

[Python-Dev] [PATCH] Make 2to3 --write preserve file mode (eg. execution bit)

2008-12-08 Thread Adeodato Simó
P.S.: Please CC me on replies. -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Listening to: Manolo García - Prendí la flor Index: Lib/lib2to3/ma