On Tuesday 09 January 2007 17:27, Brett Cannon wrote: > - syslog There's nothing Unix-specific about syslog (other than history), but the syslog module itself is Unix-specific. Given that there's a Python implementation of a syslog client in the logging module, would it make sense to refactor that into a separate syslog module (wherever it lands in the packages) and remove the Unix-specific module?
-Fred -- Fred L. Drake, Jr. <fdrake at acm.org> _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
