summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/try-reraise.py
Commit message (Collapse)AuthorAge
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
| | | | | | From now on, all new tests must use underscore. Addresses issue #727.
* py: Reraising exception possible only in except block.Paul Sokolovsky2014-03-29
|
* vm: Implement raise statement w/o args (reraising last exception).Paul Sokolovsky2014-03-26