threads ready to run, the function returns immediately, and the thread
continues execution. On Windows 8.1 and newer the implementation uses
a `high-resolution timer
- <https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_
+ <https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
Unix implementation:
For more detail on the technical basis for these limitations, please consult
Microsoft's documentation on packaged full-trust apps, currently available at
`docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
-<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
+<https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
.. _windows-nuget:
.. note::
The embedded distribution does not include the `Microsoft C Runtime
- <https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022>`_ and it is
+ <https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022>`_ and it is
the responsibility of the application installer to provide this. The
runtime may have already been installed on a user's system previously or
automatically via Windows Update, and can be detected by finding
.. seealso::
- https://docs.microsoft.com/en-us/windows/win32/procthread/environment-variables
+ https://learn.microsoft.com/windows/win32/procthread/environment-variables
Overview of environment variables on Windows
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/set_1
+ https://learn.microsoft.com/windows-server/administration/windows-commands/set_1
The ``set`` command, for temporarily modifying environment variables
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/setx
+ https://learn.microsoft.com/windows-server/administration/windows-commands/setx
The ``setx`` command, for permanently modifying environment variables
utilities for:
* `Component Object Model
- <https://docs.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal>`_
+ <https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal>`_
(COM)
* Win32 API calls
* Registry
* Event log
* `Microsoft Foundation Classes
- <https://docs.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications>`_
+ <https://learn.microsoft.com/cpp/mfc/mfc-desktop-applications>`_
(MFC) user interfaces
`PythonWin <https://web.archive.org/web/20060524042422/