[pywin32-bugs] [ pywin32-Bugs-3277528 ] win32con is missing FILE_ATTRIBUTE_REPARSE_POINT
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-04-11 04:28:26
|
Bugs item #3277528, was opened at 2011-04-07 00:45 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3277528&group_id=78018 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: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Vano (native_api) Assigned to: Nobody/Anonymous (nobody) Summary: win32con is missing FILE_ATTRIBUTE_REPARSE_POINT Initial Comment: http://msdn.microsoft.com/en-us/library/gg258117.aspx Subj. I believe the constant was introduced at some point after Mark Russinovich disclosed that hidden feature ;) A diff from win32/lib/win32con.py build 216 is attached. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2011-04-11 14:28 Message: Thanks - fixed in r945ffb215e08 (along with other missing values) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3277528&group_id=78018 |