Project

General

Profile

« Previous | Next » 

Revision 3659

exc.py: reraise(): Take optional exception argument so it can be invoked in the same way as raise_(). Interestingly, this missing parameter does not produce the usual "...() takes no arguments (1 given)" error when the function is called inside an except block.

  • added
  • modified
  • copied
  • renamed
  • deleted