[Python-3000] possible new packages (PEP 3108)
Fred L. Drake, Jr.
fdrake at acm.org
Wed Jan 10 00:24:36 CET 2007
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>
More information about the Python-3000
mailing list