Re: [Python-Dev] PEP: Migrating the Python CVS to Subversion

2005-08-01 Thread George V. Neville-Neil
At Mon, 01 Aug 2005 10:52:03 -0700, Donovan Baarda wrote: > > On Sun, 2005-07-31 at 23:54, Stephen J. Turnbull wrote: > > > "BAW" == Barry Warsaw <[EMAIL PROTECTED]> writes: > > > > BAW> So are you saying that moving to svn will let us do more long > > BAW> lived branches? Yay! > >

[Python-Dev] Extension of struct to handle non byte aligned values?

2005-07-31 Thread George V. Neville-Neil
Hi, I'm attempting to write a Packet class, and a few other classes for use in writing protocol conformance tests. For the most part this is going well except that I'd like to be able to pack and unpack byte strings with values that are not 8 bit based quantities. As an example, I'd like to be a