summaryrefslogtreecommitdiff
path: root/lang/python34/DESCR
diff options
context:
space:
mode:
authorwen <wen>2014-05-09 02:27:14 +0000
committerwen <wen>2014-05-09 02:27:14 +0000
commite9488f1db0cc7a3ed043b5daf992b58969dcbdc8 (patch)
tree4839b4d693ddeb81adad8a5645180e17319e6e92 /lang/python34/DESCR
parentf2f9424123361364a91b1bc54b0656e9ab61b262 (diff)
downloadpkgsrc-e9488f1db0cc7a3ed043b5daf992b58969dcbdc8.tar.gz
Import python-3.4.0 as lang/python34.
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 provides Python version 3.4.x.
Diffstat (limited to 'lang/python34/DESCR')
-rw-r--r--lang/python34/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python34/DESCR b/lang/python34/DESCR
new file mode 100644
index 00000000000..558d1753745
--- /dev/null
+++ b/lang/python34/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 provides Python version 3.4.x.