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

Skip to content

Commit 8c97365

Browse files
committed
ACKS: some new names; NEWS: 1.0.3
1 parent e44e373 commit 8c97365

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Terrence Brannon
2020
Erik de Bueger
2121
Jan-Hein B"uhrman
2222
Dick Bulterman
23+
Tommy Burnette
2324
Matthew Conway
2425
David Chaum
2526
Jonathan Dasteel
@@ -39,8 +40,10 @@ Philip Homburg
3940
Jack Jansen
4041
Bill Janssen
4142
Drew Jenkins
43+
Simon Johnston
4244
Lou Kates
4345
Steve Kirsch
46+
William Lewis
4447
Robert van Liere
4548
Mark Lutz
4649
Steve Majewski
@@ -70,6 +73,7 @@ Quentin Stafford-Fraser
7073
Tracy Tims
7174
Bennett Todd
7275
Jaap Vermeulen
76+
Richard Walker
7377
Rickard Westman
7478
Dik Winter
7579

Misc/NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
====================================
2+
==> Release 1.0.3 (14 July 1994) <==
3+
====================================
4+
5+
This release consists entirely of bug fixes to the C sources; see the
6+
head of ../ChangeLog for a complete list. Most important bugs fixed:
7+
8+
- Sometimes the format operator (string%expr) would drop the last
9+
character of the format string
10+
11+
- Tokenizer looped when last line did not end in \n
12+
13+
- Bug when triple-quoted string ended in quote plus newline
14+
15+
- Typo in socketmodule (listen) (== instead of =)
16+
17+
- typing vars() at the >>> prompt would cause recursive output
18+
119
==================================
220
==> Release 1.0.2 (4 May 1994) <==
321
==================================

0 commit comments

Comments
 (0)