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 working on branches since the beginning. Although, I now >

[Python-3000] Some notes on newline conversion.

2007-12-27 Thread Alexandre Vassalotti
Hi, I had a hard time, earlier today, figuring out what was the rules for converting newline characters (only from the code of io.TextIOWrapper). So, I wrote some notes for myself. I don't know if there's any documentation about this yet -- that is why am posting my notes to the list. Free it to u

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

2007-12-27 Thread Brett Cannon
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 working on branches since the beginning. Although, I now > >>> use Mercurial (which i

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 Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 26, 2007, at 8:20 PM, Brett Cannon wrote: > It is nice. Once Mercurial hits version 1.0 I am going to look at > whether it is reasonable to move Python to hg or bzr to make it easier > for people to do development on their own machines with lo