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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
