Patches item #1212117, was opened at 2005-06-01 01:39 Message generated for change (Comment added) made by perky 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: Closed >Resolution: Accepted Priority: 5 Submitted By: Diego Petten� (dgp85) >Assigned to: Hye-Shik Chang (perky) 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� ---------------------------------------------------------------------- >Comment By: Hye-Shik Chang (perky) Date: 2005-06-02 22:13 Message: Logged In: YES user_id=55188 Committed as: configure 1.472 configure.in 1.485 pyconfig.h.in 1.107 Misc/NEWS 1.1295 Modules/posixmodule.c 2.336 Doc/lib/libos.tex 1.155 You specified "Group" as Python 2.3, but it can't go Python 2.3 nor 2.4 because it's not a bug fix. :) Thank you! ---------------------------------------------------------------------- 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
