summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-15 20:09:56 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-15 20:09:56 (GMT)
commitbda6fe6bb84b132f220bc371dcf4f37dfc797869 (patch)
tree6d53af9b596fe5bd779a00bd6a2f169d46a6db66
parentb235d9e673cf81464c7efddda1868fbb4b319322 (diff)
downloadcpython-bda6fe6bb84b132f220bc371dcf4f37dfc797869.zip
cpython-bda6fe6bb84b132f220bc371dcf4f37dfc797869.tar.gz
cpython-bda6fe6bb84b132f220bc371dcf4f37dfc797869.tar.bz2
Final touch...
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 36b07b95..cb1496f 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Here are the most importand changes since 1.5a2:
introduced, "raw strings": e.g. r"\n" is equal to "\\n".
- Many previously undocumented modules are now documented; some are
- now officially obsolete or deprecated. (Thanks Andrew Kuchling!)
+ now officially obsolete or deprecated.
- The build process now builds a single library (libpython1.5.a)
which contains everything except for the main() entry point. This
@@ -49,8 +49,7 @@ Here are the most importand changes since 1.5a2:
which exports a bunch of MS VC runtime functions like setmode() and
kbhit(), and there are new project files for DevStudio VC++ 5.0.
- - Some new speedups, e.g. inlined some opcodes for int arguments
- (i+i, i-i, L[i]; Fredrik Lundh).
+ - Some new speedups, e.g. inlined some opcodes for int arguments.
- All known leaks have been plugged.
@@ -86,7 +85,7 @@ Other important changes, if this is the first release you see since
defined by Python now have a "Py" or "_Py" prefix, and the same is
true for most macros and typedefs.
- - New regression test.
+ - New regression test harness tests more.
What is Python anyway?