On 21-Apr-2016, Julien Cristau wrote: > On Thu, Jun 25, 2015 at 18:02:54 +1000, Ben Finney wrote: > > In ‘python-daemon’ version 2 and later, the ‘daemon.pidlockfile’ > > module does not exist. Code which attempts to import it will fail. > > > > A simple inspection (using ‘grep’) of the Python source for this > > package shows it is using the obsolete ‘daemon.pidlockfile’ API, > > and will fail with an ImportError. > > > python-gear uses daemon.pidfile.TimeoutPIDLockFile, is that API > safe? If yes, this bug can be closed afaict.
Yes, ‘daemon.pidfile’ remains supported for current code. Please close this bug using a message that also sets the “fixed” version, with the value of “python-gear/FOO” where “FOO” is the version that uses the ‘daemon.pidfile’ API. -- \ “Technology is neither good nor bad; nor is it neutral.” | `\ —Melvin Kranzberg's First Law of Technology | _o__) | Ben Finney <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

