Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8, 0.9
-
None
-
None
-
Patch Available
Description
Python PEP 3110 changed exception handling by replacing the ',' with 'as'. This was initially introduced in python 2.6 and in 3.0 the ',' usage is no longer suppported. Since exception handling through out the py lib uses the ',' it will need to be converted over to using the 'as' syntax for exceptions
Attachments
Attachments
Issue Links
- breaks
-
THRIFT-1773 Python library should run on python 2.4
- Closed
- relates to
-
THRIFT-1784 pep-3110 compliance for exception handling
- Closed