Re: [Python-3000] [Python-Dev] 2.6.1 and 3.0

2008-11-26 Thread Michael Foord
:-) It would work well with the files being generated from an XML templating language like Mako which is what we will be switching to at Resolver Systems. http://wix.sourceforge.net/ Michael Foord I'm sure the Python Software Foundation would easily get a free license of one of

Re: [Python-3000] [Python-Dev] 2.6.1 and 3.0

2008-11-19 Thread Michael Foord
Martin v. Löwis wrote: > While I'm happy that Barry has automated his part to a high degree, > my part is, unfortunately, much less automated. I could personally > automate the build process a bit more, but part of it is also testing > of the installers, which is manual. Maybe you could dele

Re: [Python-3000] [Python-Dev] PEP: Consolidating names and classes in the `unittest` module

2008-07-15 Thread Michael Foord
Benjamin Peterson wrote: On Mon, Jul 14, 2008 at 6:18 PM, Ben Finney <[EMAIL PROTECTED]> wrote: "Benjamin Peterson" <[EMAIL PROTECTED]> writes: On Mon, Jul 14, 2008 at 8:25 AM, Ben Finney <[EMAIL PROTECTED]> wrote: Use new-style classes throughout --

Re: [Python-3000] [Python-Dev] Betas today - I hope

2008-06-13 Thread Michael Foord
illip J Eby but can't find a reference easily). The last one I wrote was to proxy CPython objects from IronPython via Python.NET... I would prefer it if the proxy class wrapped the return values of inplace operations. Michael Foord I've pushed as hard as I'm personally willin

Re: [Python-3000] [Python-Dev] Betas today - I hope

2008-06-13 Thread Michael Foord
illip J Eby but can't find a reference easily). The last one I wrote was to proxy CPython objects from IronPython via Python.NET... I would prefer it if the proxy class wrapped the return values of inplace operations. Michael Foord I've pushed as hard as I'm personally willin

Re: [Python-3000] [Python-Dev] PEP 30XZ: Simplified Parsing

2007-05-02 Thread Michael Foord
omma, no warning ... > # silently becomes f("abcdef", None) > > Implicit string concatenation is massively useful for creating long strings in a readable way though: call_something("first part\n" "second l