]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ACKS: some new names; NEWS: 1.0.3
authorGuido van Rossum <guido@python.org>
Thu, 14 Jul 1994 13:57:11 +0000 (13:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Jul 1994 13:57:11 +0000 (13:57 +0000)
Misc/ACKS
Misc/NEWS

index 3fb74f1c8c5d314e7cbec302b89e058636e59f54..bdd5de0d32d26402bb1a7cb2f0116dab8c681589 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -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
index 6c2accee88f3eb8ad85e0d2a6db48589be1fc9ee..e34dffdf87b3ea35def7a14a2a270e5cf6c0ddb5 100644 (file)
--- a/Misc/NEWS
+++ b/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) <==
 ==================================