summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-18 21:21:16 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-18 21:21:16 +0000
commit70387c7559abd2d069b4a2a38d21a0648e07183c (patch)
tree16aee94ce736526dc8d699a863dfc298dd142298 /rules/python.in
parentdfb7ca49d8adeff0a4ad98845f53c182c56131a7 (diff)
downloadptxdist-70387c7559abd2d069b4a2a38d21a0648e07183c.tar.gz
ptxdist-70387c7559abd2d069b4a2a38d21a0648e07183c.tar.xz
* help texts n..p rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7525 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/python.in b/rules/python.in
index 763a566c3..e87935903 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -6,5 +6,10 @@ config PYTHON23
select GLIBC_UTIL if GLIBC
select GCCLIBS_CXX
help
- FIXME: This item needs to be documented
+ Python is a dynamic object-oriented programming
+ language that can be used for many kinds of
+ software development. It offers strong support
+ for integration with other languages and tools,
+ comes with extensive standard libraries, and
+ can be learned in a few days.