New 'finally' syntax

This commit is contained in:
Guido van Rossum 1992-12-14 15:05:16 +00:00
parent 4128dedb8b
commit e266344faf
1 changed files with 16 additions and 15 deletions

View File

@ -180,6 +180,7 @@ def ioloop1(s, otheraddr):
else:
# Child -- microphone handler
log('child started')
try:
try:
mike = al.openport('mike', 'r', config)
# Sleep a while to let the other side get started