Overview
Request 721040 accepted
- version update to 1.8.1
* Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
while waiting for a reload.
* If the worker process crashes, ``hupper`` can be forced to reload the worker
by pressing the ``ENTER`` key in the terminal instead of waiting to change a
file.
See https://github.com/Pylons/hupper/pull/53
* On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
See https://github.com/Pylons/hupper/pull/52
Request History
pgajdos created request
- version update to 1.8.1
* Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
while waiting for a reload.
* If the worker process crashes, ``hupper`` can be forced to reload the worker
by pressing the ``ENTER`` key in the terminal instead of waiting to change a
file.
See https://github.com/Pylons/hupper/pull/53
* On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
See https://github.com/Pylons/hupper/pull/52
scarabeus_iv accepted request