Re: interpreter / stdlib split

2010-03-29 Thread Barry Warsaw
On Mar 29, 2010, at 08:39 AM, C.J. Adams-Collier wrote: >I'm pretty new to packaging python. Apologies in advance if I'm making >bad assumptions. I recently packaged IronPython. It can optionally use >the libraries from the standard python library. It doesn't seem that >these libs are distribu

interpreter / stdlib split

2010-03-29 Thread C.J. Adams-Collier
Hey folks, I'm pretty new to packaging python. Apologies in advance if I'm making bad assumptions. I recently packaged IronPython. It can optionally use the libraries from the standard python library. It doesn't seem that these libs are distributed separately from the cpython interpreter. Woul