python is growing bigger and bigger!

Michael Hudson mwh at python.net
Thu Dec 12 08:29:57 EST 2002


leeg at techemail.com (bigpython) writes:

> i'd like to use python as a toolkit. but from version 1.52 to 2.22, it
> has become much bigger.

In what way?  The binaries are bigger, the library is bigger?

> why we can't have a thin python, just a core program and some basic
> libraries.

Because people wanted more things to be in the standard library.
"Batteries included" and all that.

If you're distributing your application and bundling Python, you're
expected to ditch the parts of the standard library you don't want.
There are tools to help with this.

> frankly, many people don't use such libraries now.

Not sure what you're referring to here.

You are, of course, free to continue using Python 1.5.2.

Cheers,
M.

-- 
  please realize that the Common  Lisp community is more than 40
  years old.  collectively, the community has already been where
  every clueless newbie  will be going for the next three years.
  so relax, please.                     -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list