summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-17 19:44:20 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-17 19:44:20 (GMT)
commitde64eafbc95e4d28ea40a62e8a9030dcdd98267c (patch)
treeaa5fbfbf8732ba3aa6c1d115b2ce898b644103c6
parente8c10f90a7ab880c64b6cdd0cba01501e9ea6f21 (diff)
downloadcpython-de64eafbc95e4d28ea40a62e8a9030dcdd98267c.zip
cpython-de64eafbc95e4d28ea40a62e8a9030dcdd98267c.tar.gz
cpython-de64eafbc95e4d28ea40a62e8a9030dcdd98267c.tar.bz2
Time for 1.5.2a2.
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index eac6bcb..3a907b9 100644
--- a/README
+++ b/README
@@ -1,12 +1,11 @@
-This is Python release 1.5.2a1
+This is Python release 1.5.2a2
==============================
What's new in this release?
---------------------------
-See the Misc/NEWS file. Nothing spectacular this time. The BeOS port
-is now integrated, courtesy Chris Herborth (see below).
+Quite a bit! See the Misc/NEWS file.
If you don't read instructions
@@ -38,7 +37,8 @@ If you use Python, please consider joining the Python Software
Activity (PSA). See http://www.python.org/psa/.
Organizations that make heavy use of Python are especially encouraged
-to become corporate members!
+to become corporate members -- or better still, to join the Python
+Consortium (see http://www.python.org/consortium/).
How do I learn Python?