On 1/9/07, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote:
> 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?
>

If someone wants to put the time in to do it then great; less code to
maintain (which is point of removing these modules).

-Brett
_______________________________________________
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

Reply via email to