diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2010-05-12 23:28:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:50 +0200 |
commit | 29ec79b9939c41327042ff5cd081b7001e65b11e (patch) | |
tree | 744dfd3e7258b402f20dbe627d90450af443114b /development/python3/README | |
parent | 0ab3886b595a7960108a4fa48b737b3598a076ef (diff) | |
download | slackbuilds-29ec79b9939c41327042ff5cd081b7001e65b11e.tar.gz |
development/python3: Added to 12.2 repository
Diffstat (limited to 'development/python3/README')
-rw-r--r-- | development/python3/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/python3/README b/development/python3/README new file mode 100644 index 0000000000..64880e33b2 --- /dev/null +++ b/development/python3/README @@ -0,0 +1,13 @@ +Python is an interpreted, interactive, object-oriented programming language +that combines remarkable power with very clear syntax. Python's basic power +can be extended with your own modules written in C or C++. Python is also +adaptable as an extension language for existing applications. + +Python 3 (a.k.a. "Python 3000" or "Py3k") is a new version of the language that +is incompatible with the 2.x line of releases. The language is mostly the +same, but many details, especially how built-in objects like dictionaries and +strings work, have changed considerably, and a lot of deprecated features have +finally been removed. Also, the standard library has been reorganized in a few +prominent places. + +It is safe to install this on a system which already has 2.x version of Python. |