summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-11-10 23:06:54 (GMT)
committerGuido van Rossum <guido@python.org>1994-11-10 23:06:54 (GMT)
commit5dee5e7dc0ba0a15a0b41fcaaf6b0577cabd4ea3 (patch)
treea9caf24417a1f6d5a8f7a84e8d64b750a328347b /README
parent635649f90f69b7183a68df1d51e7875639bcdb8c (diff)
downloadcpython-5dee5e7dc0ba0a15a0b41fcaaf6b0577cabd4ea3.zip
cpython-5dee5e7dc0ba0a15a0b41fcaaf6b0577cabd4ea3.tar.gz
cpython-5dee5e7dc0ba0a15a0b41fcaaf6b0577cabd4ea3.tar.bz2
bugfix release
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index 95c46e7..5e81b92 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
-Python release 1.1
-==================
+Python release 1.1.1
+====================
-==> This is Python version 1.1.
+==> This is Python version 1.1.1.
-==> Python 1.1 contains many improvements over 1.0.3, but is almost
- backward compatible (though the magic number for .pyc file has
- changed). It is portable to many more non-UNIX platforms.
+==> Python 1.1.1 is a pure bugfix release. It fixes two core dumps
+ related to the changed implementation of (new)getargs, some
+ portability bugs, and some very minor things here and there. If
+ you have 1.1, you only need to install 1.1 if bugs in it are
+ bugging you.
==> If you don't know yet what Python is: it's an interpreted,
extensible, embeddable, interactive, object-oriented programming