Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7

2012-07-10 Thread Ryan Paullin
thanks for the reply hastings ive been working on a loopback interface its done On Fri, Jul 6, 2012 at 3:00 AM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mail

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7

2012-07-10 Thread Ryan Paullin
spoke too early on its done sorry On Tue, Jul 10, 2012 at 2:04 PM, Ryan Paullin wrote: > thanks for the reply hastings ive been working on a loopback interface its > done > > > On Fri, Jul 6, 2012 at 3:00 AM, wrote: > >> Send Python-Dev mailing list submissions

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
looks like theres no forgiveness except for dj yoda On Thu, Jul 12, 2012 at 3:00 AM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/python-dev > o

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
<- its just my gmail face On Thu, Jul 12, 2012 at 3:30 AM, Ryan Paullin wrote: > looks like theres no forgiveness except for dj yoda > > > On Thu, Jul 12, 2012 at 3:00 AM, wrote: > >> Send Python-Dev mailing list submissions to >> python-dev@python.org >

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
meit -s 'import test' 'list(test.chunks(2,"abcdef"))' 10 loops, best of 3: 2.85 usec per loop $ python -m timeit -s 'import test' 'test.chunks(2,"abcdef")' 100 loops, best of 3: 0.685 usec per loop some woman wrote this On Thu