yunhostnet / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Fix for python 2.4 #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Python 2.4 doesn't support try..except..finally correctly, so work around by 
try {try except} finally.

See http://code.google.com/p/chromium/issues/detail?id=12818 as same issue 
in scons.py 

When reviewing my code changes, please focus on:

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by ukai@chromium.org on 5 Apr 2010 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by ukai@chromium.org on 5 Apr 2010 at 4:36