]> granicus.if.org Git - python/commit
Fix by Sean Reifschneider:
authorGuido van Rossum <guido@python.org>
Fri, 8 May 1998 21:52:55 +0000 (21:52 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 May 1998 21:52:55 +0000 (21:52 +0000)
commitae94cf292ba0317ac70a5eca3004a2fa5bcaad80
tree39936eaa390bdf3b9765c0757930f60991e89b78
parent27c225e82651088466df607084ea2363373228f0
Fix by Sean Reifschneider:
  - When facility not specified to syslog() method, use default from openlog()
    (This is how it was claimed to work in the documentation)
  - Potential resource leak of o_ident, now cleaned up in closelog()
  - Minor comment accuracy fix.
Modules/syslogmodule.c