summaryrefslogtreecommitdiff
path: root/lang/python24/DESCR
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-12-05 23:27:28 +0000
committerrecht <recht@pkgsrc.org>2004-12-05 23:27:28 +0000
commitb5fb89162785b2d61153dd6bd36fefb41f1a4c51 (patch)
tree9f319c0581efe31f259b01ed518b81b6ec9b7476 /lang/python24/DESCR
parentd1ebb7edcd09336fd04bd7353fe5d6030adf1232 (diff)
downloadpkgsrc-b5fb89162785b2d61153dd6bd36fefb41f1a4c51.tar.gz
initial import of Python 2.4
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.
Diffstat (limited to 'lang/python24/DESCR')
-rw-r--r--lang/python24/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python24/DESCR b/lang/python24/DESCR
new file mode 100644
index 00000000000..183a2d26438
--- /dev/null
+++ b/lang/python24/DESCR
@@ -0,0 +1,16 @@
+Python is an interpreted, interactive, object-oriented
+programming language that combines remarkable power with
+very clear syntax. For an introduction to programming in
+Python you are referred to the Python Tutorial. The
+Python Library Reference documents built-in and standard
+types, constants, functions and modules. Finally, the
+Python Reference Manual describes the syntax and semantics
+of the core language in (perhaps too) much detail.
+
+Python's basic power can be extended with your own modules
+written in C or C++. On most systems such modules may be
+dynamically loaded. Python is also adaptable as an exten-
+sion language for existing applications. See the internal
+documentation for hints.
+
+This package has been compiled without support for threads.