Re: [Python-3000] How to override io.BytesIO and io.StringIO with their optimized C version?

2007-12-27 Thread Matt Nordhoff
Brett Cannon wrote: > On Dec 26, 2007 2:40 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: >> Alexandre Vassalotti wrote: >>> Well, I been working on branches since the beginning. Although, I now >>> use Mercurial (which is lovely IMHO) to keep my changes (url: >>> http://peadrop.com/alex-py3k/). >

Re: [Python-3000] How to override io.BytesIO and io.StringIO with their optimized C version?

2007-12-27 Thread Matt Nordhoff
Brett Cannon wrote: > On Dec 27, 2007 11:06 PM, Matt Nordhoff <[EMAIL PROTECTED]> wrote: >> Brett Cannon wrote: >>> On Dec 26, 2007 2:40 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: >>>> Alexandre Vassalotti wrote: >>>>> Well, I been

Re: [Python-3000] How to override io.BytesIO and io.StringIO with their optimized C version?

2007-12-28 Thread Matt Nordhoff
Christian Heimes wrote: > Martin v. Löwis wrote: >> I would like to ask the same for any conversion *from* subversion, >> be it to hg, bzr, git, bk, or ClearCase. >> >> So anybody who wants to seriously attempt introducing such a change, >> please present your PEP. Anybody else, please stand back a

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-24 Thread Matt Nordhoff
[EMAIL PROTECTED] wrote: > Barry> All the gory details are documented here: > > Barry> http://www.python.org/dev/bazaar > > Thanks. I checked out, made a branch named test3, changed Makefile.pre.in > to have a test3 target, checked it in, then tried to push it: > > % pwd >