daemonize 2.4.7

Confirm NetBSD support
Close unused fd: devnull_fd
Fix exception handling
This commit is contained in:
Ilya Otyutskiy
2016-07-28 19:15:53 +03:00
parent 95e24d2476
commit a23fdadee0

View File

@@ -13,7 +13,7 @@ from logging import handlers
import traceback
__version__ = "2.4.6"
__version__ = "2.4.7"
class Daemonize(object):