|
|||
|
On Sun, 24 Jun 2012 15:26:59 -0700, Charles Hixson
<charleshixsn@earthlink.net> declaimed the following in gmane.comp.python.general: > The code: > print ("pre-chunkLine") > chunks = [] > try: > chunks = self.chunkLine (l) > except: > print ("caught exception") > print (sys.exc_info()[:2]) > finally: > print ("at finally") > print ("chunks =") > print (repr(chunks), ".", end = ":") > produces this result: Impossible... Nothing in the above would produce the "path 3..." line in the below text. It should be "at finally\nchunks =" > . . ., by > pre-chunkLine > caught exception > at finally > path 3... -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/ |
|
|
||||
|
||||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|