[Patches] [ python-Patches-1212117 ] Add st_flags support to (l)stat function

SourceForge.net noreply at sourceforge.net
Tue May 31 18:39:17 CEST 2005


Patches item #1212117, was opened at 2005-05-31 18:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1212117&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Diego Pettenò (dgp85)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add st_flags support to (l)stat function

Initial Comment:
The attached patch applied over Python 2.3.5 sources adds  
support for st_flags attribute of struct stat, which is used  
for example on FreeBSD for file's special flags.  
  
The same patch applies (with a bit of fuzzyness) over 2.4.  
  
The check is similar to the st_blocks and st_rdev in  
configure.in, and works in the same way.  
  
HTH, 
 
Diego Pettenò 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1212117&group_id=5470


More information about the Patches mailing list