6 messages in com.xensource.lists.xen-develRe: [Xen-devel] xenoutil patch 1.643 ...
FromSent OnAttachments
Paul Boehm04 Dec 2003 19:36 
Keir Fraser05 Dec 2003 00:25 
Paul Boehm05 Dec 2003 00:56.patch
Ian Pratt05 Dec 2003 01:30 
Keir Fraser05 Dec 2003 01:39 
Paul Boehm05 Dec 2003 01:41 
Subject:Re: [Xen-devel] xenoutil patch 1.643 in bk rep
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:12/05/2003 01:39:28 AM
List:com.xensource.lists.xen-devel

+ 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