Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bda6fe6b
Commit
bda6fe6b
authored
Aug 15, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final touch...
parent
b235d9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README
README
+3
-4
No files found.
README
View file @
bda6fe6b
...
...
@@ -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?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment