File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Here are the most importand changes since 1.5a2:
2323 introduced, "raw strings": e.g. r"\n" is equal to "\\n".
2424
2525 - Many previously undocumented modules are now documented; some are
26- now officially obsolete or deprecated. (Thanks Andrew Kuchling!)
26+ now officially obsolete or deprecated.
2727
2828 - The build process now builds a single library (libpython1.5.a)
2929 which contains everything except for the main() entry point. This
@@ -49,8 +49,7 @@ Here are the most importand changes since 1.5a2:
4949 which exports a bunch of MS VC runtime functions like setmode() and
5050 kbhit(), and there are new project files for DevStudio VC++ 5.0.
5151
52- - Some new speedups, e.g. inlined some opcodes for int arguments
53- (i+i, i-i, L[i]; Fredrik Lundh).
52+ - Some new speedups, e.g. inlined some opcodes for int arguments.
5453
5554 - All known leaks have been plugged.
5655
@@ -86,7 +85,7 @@ Other important changes, if this is the first release you see since
8685 defined by Python now have a "Py" or "_Py" prefix, and the same is
8786 true for most macros and typedefs.
8887
89- - New regression test.
88+ - New regression test harness tests more .
9089
9190
9291What is Python anyway?
You can’t perform that action at this time.
0 commit comments