1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-pyutil/pkg-descr
Martin Wilke c55574321c These are a few data structures, classes and functions
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.

WWW:	http://zooko.com/repos/pyutil/

PR:		ports/113185
Submitted by:	Chao Shin <quakelee at cn.FreeBSD.org>
2007-06-05 07:12:31 +00:00

11 lines
443 B
Plaintext

These are a few data structures, classes and functions
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.
WWW: http://zooko.com/repos/pyutil/