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
caab3f52
Commit
caab3f52
authored
Jul 14, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACKS: some new names; NEWS: 1.0.3
parent
419df2c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
Misc/ACKS
Misc/ACKS
+4
-0
Misc/NEWS
Misc/NEWS
+18
-0
No files found.
Misc/ACKS
View file @
caab3f52
...
...
@@ -20,6 +20,7 @@ Terrence Brannon
Erik de Bueger
Jan-Hein B"uhrman
Dick Bulterman
Tommy Burnette
Matthew Conway
David Chaum
Jonathan Dasteel
...
...
@@ -39,8 +40,10 @@ Philip Homburg
Jack Jansen
Bill Janssen
Drew Jenkins
Simon Johnston
Lou Kates
Steve Kirsch
William Lewis
Robert van Liere
Mark Lutz
Steve Majewski
...
...
@@ -70,6 +73,7 @@ Quentin Stafford-Fraser
Tracy Tims
Bennett Todd
Jaap Vermeulen
Richard Walker
Rickard Westman
Dik Winter
tim@prl.philips.nl
Misc/NEWS
View file @
caab3f52
====================================
==> Release 1.0.3 (14 July 1994) <==
====================================
This release consists entirely of bug fixes to the C sources; see the
head of ../ChangeLog for a complete list. Most important bugs fixed:
- Sometimes the format operator (string%expr) would drop the last
character of the format string
- Tokenizer looped when last line did not end in \n
- Bug when triple-quoted string ended in quote plus newline
- Typo in socketmodule (listen) (== instead of =)
- typing vars() at the >>> prompt would cause recursive output
==================================
==> Release 1.0.2 (4 May 1994) <==
==================================
...
...
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