Re: [9fans] jas' cpython

2015-03-25 Thread Giacomo Tesio
Thanks David! 2015-03-25 12:12 GMT+01:00 David du Colombier <0in...@gmail.com>: > > How should I extract files from an .arch archive? > > disk/mkext -d / < cpython-src.arch > > -- > David du Colombier > >

Re: [9fans] jas' cpython

2015-03-25 Thread Jeff Sickel
> On Mar 25, 2015, at 6:12 AM, David du Colombier <0in...@gmail.com> wrote: > >> How should I extract files from an .arch archive? > > disk/mkext -d / < cpython-src.arch Once you have that there will be a new v2.7.9 build available in the near future. A huge re-write of ssl.py and _ssl.c (we

Re: [9fans] jas' cpython

2015-03-25 Thread David du Colombier
> How should I extract files from an .arch archive? disk/mkext -d / < cpython-src.arch -- David du Colombier

[9fans] jas' cpython

2015-03-25 Thread Giacomo Tesio
I feel a bit dumb, but I can't grasp how to extracts file from http://plan9.bell-labs.com/sources/contrib/jas/cpython-src.arch.bz2 and http://plan9.bell-labs.com/sources/contrib/jas/hg-src.arch.bz2 tar(1), gzip(1) and ar(1) did not helped. How should I extract files from an .arch archive? G