On Tue, Jan 11, 2005 at 16:01 +0100, Christian Tismer wrote: > Christian Tismer wrote: > >[EMAIL PROTECTED] wrote: > > > >>Author: ale > >>Date: Tue Jan 11 08:58:40 2005 > >>New Revision: 8201 > >> > >>Added: > >> pypy/trunk/src/pypy/appspace/struct.py > >>Log: > >>Added the start of a struct module. It is not quite finished yet. > >> > >>The structure of the code is basically as in structmodule.c. > >>But some python goodies has been used - if that makes the > >>module less RPython I don't know. > > > > > >No, I think this is absolutely fine. > >I could translate it to RPython, and it works. > >See attached module. (The implementation will improve, > >but this is at least a proof that you wrote RPython) > > Eeek, I don't get an attached zip file through the list. > should I put a file somewhere in the repos? Where?
In this case I'd probably put just it somewhere on the web, for example in your public_html directory on codespeak so that it becomes available as http://codespeak.net/~tismer/... cheers, holger _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
