Using logging module to log into flash drive

2009-06-09 Thread kretel
Hi All, I am trying to implement the following functionality: 1. log messages to the flash drive 2. if the flash drive is not available, switch handler to the BufferringHandler and log into buffer, 3. once the flash drive is plugged in and available store the logs from BufferHandler into that flas

Re: A python versioning scheme for modules, patches, softwares etc.

2009-02-17 Thread kretel
On Feb 17, 5:31 pm, Robert Kern wrote: > On 2009-02-17 11:16, kretel wrote: > > > There exist a number of versioning schemes to keep track of software > > version. Each developer certainly have it's own style and preferred > > scheme. However, I am wonder if there is

A python versioning scheme for modules, patches, softwares etc.

2009-02-17 Thread kretel
There exist a number of versioning schemes to keep track of software version. Each developer certainly have it's own style and preferred scheme. However, I am wonder if there is a specific versioning scheme for python modules. Regards, Krzysztof -- http://mail.python.org/mailman/listinfo/python-li