mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
ACKS: some new names; NEWS: 1.0.3
This commit is contained in:
parent
e44e373cbc
commit
8c9736561b
2 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
18
Misc/NEWS
18
Misc/NEWS
|
@ -1,3 +1,21 @@
|
|||
====================================
|
||||
==> 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) <==
|
||||
==================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue