Ticket #351 (closed task: fixed)
Change all exception raises to be Python 3.0 compliant
| Reported by: | nick | Owned by: | nick |
|---|---|---|---|
| Priority: | trivial | Milestone: | Python 3000 |
| Component: | Remoting | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
Python 3.0 demands that exceptions be raised with the following syntax:
ValueError('writable stream expected')
whereas Python < 3.0 allows the above syntax as well as:
ValueError, 'writable stream expected'
Refactor the code to be Python 3.0 compliant.
Change History
Note: See
TracTickets for help on using
tickets.
