[Twisted-Python] Re: [Twisted-commits] mktap now accepts --uid=0 and --gid=0 to really mean root, has command

Andrew Bennetts andrew-twisted at puzzling.org
Wed Mar 5 06:51:29 EST 2003


On Tue, Mar 04, 2003 at 12:32:28PM -0600, tv CVS wrote:
> Modified files:
> Twisted/twisted/scripts/mktap.py 1.26 1.27
> Twisted/twisted/internet/app.py 1.79 1.80
> Twisted/ChangeLog 1.279 1.280
> 
> Log message:
> mktap now accepts --uid=0 and --gid=0 to really mean root, has command
> line help for --uid=/--gid=, and understands user and group names in
> addition to numbers.

[..snip..]

>  """ Implementation module for the `mktap` command.
>  """
> @@ -25,7 +25,7 @@
>  from twisted.python import usage, util
>  from twisted.spread import pb
>  
> -import sys, traceback, os, cPickle, glob
> +import sys, traceback, os, cPickle, glob, pwd

My docs for pwd say that it's only available on unix -- does this change
mean mktap is broken on win32?

-Andrew.





More information about the Twisted-Python mailing list