[Python-3000] Two proposals for a new list-like type: one modest, one radical

Brett Cannon brett at python.org
Wed Apr 25 20:41:34 CEST 2007


On 4/25/07, Daniel Stutzbach <daniel at stutzbachenterprises.com> wrote:
> On 4/25/07, Raymond Hettinger <python at rcn.com> wrote:
> > In practice, the code for BList is somewhat complex, and its desirability and performance in actual applications is unproven.
> > Fortunately, Py2.6 is still a long way off. My recommendation is that you release it right away as a third-party module and let the
> > hordes of Pythonistas test it in battle. With the code base thoroughly exercised and some positive user feedback, it would be hard
> > to say no to this going into Py2.6.
>
> Will do.  What's the best way to release a module to make it easy for
> people to find, download, and install?  (a pointer to a relevant
> document would be great)
>

Create a Distutils package or egg, get it up on the Cheeseshop (PyPI),
and then send an announcement to comp.lang.python.announce.

-Brett


More information about the Python-3000 mailing list