All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— April 21, 2017 - Friday 21, April 2017 ———————————
python - exception -
catching all exception in python
import traceback

for record in database:
    try:
        blabla
    except (KeyboardInterrupt, SystemExit):
        raise
    except Exception as e:
        # report error and proceed
        print(type(e).__name__)
        print(e)
        print(traceback.format_exc())

Ne pas oublier de raise si on veut re-raise
       
firefox - fishing -

about:config
punycode

-