When reading the Python docs, many libraries/functions indicate they work differently, or not at all, depending on the operating system.
Most of the libraries depend on whether the OS is POSIX compliant, or Win32.
- When using the SUA package with Windows-7, does this allow python to enable/alter those Posix-dependent features?
If so; Fully? Partially? Indeterminant/Untested?
If yes to any of the three previous cases, does python adopt the new posix-os behavior automatically, or does it assume standard win32-os (meaning it must be configured, or perhaps even compiled, to enable the Posix modes)?
Notes
I am currently using the SUA utils/SDK provided by Microsoft, with no additional third party at the moment.
For the record, I have used Cygwin/MinGW, and do find them very useful, but for the scope of this question, lets just say they cannot be deployed (even though I probably will later). I am trying to discover how deeply SUA really integrates, and whether or not that has any bearing on typical python installations.