[Python-Dev] Re: [Python-checkins] CVS: python/nondist/sandbox/Lib README,NONE,1.1 davlib.py,NONE,1.1 httpx.py,NONE,1.1

Greg Stein gstein@lyra.org
Tue, 11 Sep 2001 00:48:43 -0700


I've now created nondist/sandbox/Lib as a place where people can
(cooperatively) develop modules intended for inclusion into the core's Lib
directory. Of course, at your discretion, you can also create
sandbox/big-project, but the sandbox/Lib directory could be handy for more
people.

I've checked in a non-working httpx, and the current davlib. These will get
worked on over the next few weeks to prep them for the next release. Review
and commentary are welcome!

Cheers,
-g

On Mon, Sep 10, 2001 at 06:27:40PM -0700, Greg Stein wrote:
> Update of /cvsroot/python/python/nondist/sandbox/Lib
> In directory usw-pr-cvs1:/tmp/cvs-serv17467
> 
> Added Files:
> 	README davlib.py httpx.py 
> Log Message:
> Initial checkin of some files:
> 
> * README: describe this directory and its contents
> 
> * davlib.py: current, published davlib (only tweaked the header)
> 
> * httpx.py: initial draft from some coding over the weekend (incomplete,
>   untested, and it doesn't even load :-)
> 
> 
> 
> --- NEW FILE: README ---
> This directory is for modules that are intended to go into the main Lib
> directory of Python. They can be developed here until they are ready for
> evaluation for inclusion into Python itself.
> 
> (this prevents iteration of development within the core, yet also provides
> for public development of (new) modules)
> 
> Note: a module's presence here does not mean it *will* go into Lib, but
> merely that (should it be accepted) the appropriate place is Lib.
...

-- 
Greg Stein, http://www.lyra.org/