|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xenoutil patch 1.643 in bk rep
>
> > + return os.stat(name).st_rdev
>
> Cool! This feature must be new in python 2.2, as I couldn't
> figure out how to do it without the 'ls -l' hack on earlier
> versions that just returned a tuple which didn't contain
> the rdev.
>
> We require 2.2 or newer for some other stuff, so its not a
> problem.
>
> Thanks,
> Ian
Will os.stat work through symlinks? If so I'll check in the fix.
-- Keir
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|