Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bda6fe6

Browse files
committed
Final touch...
1 parent b235d9e commit bda6fe6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9291
What is Python anyway?

0 commit comments

Comments
 (0)