Fredrik Lundh schrieb:
> maybe we could just ask distributors to prepare a page that describes 
> what portions of the standard distribution they do include, and in what 
> packages they've put the various components, and link to those from the 
> library reference and/or the wiki or FAQ?  is there perhaps some 
> machine-readable format that could be used for this?

Debian has its machine-readable (in some sense) package list at
packages.debian.org. Through several links, you get to

http://packages.qa.debian.org/p/python2.4.html

which gives you the list of binary packages produced from the
source package:

idle-python2.4
python2.4
python2.4-dbg
python2.4-dev
python2.4-doc
python2.4-examples
python2.4-minimal

Interestingly enough, _tkinter.so isn't included in any of these;
instead, you have to look at

http://packages.qa.debian.org/p/python-stdlib-extensions.html

Depending on what precisely "this" is you want to use it for,
there are other lists as well.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to