mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Update documentation links to Microsoft's documentation pages (GH-126379)
This commit is contained in:
parent
25aee21aa8
commit
6e25eb1541
3 changed files with 9 additions and 9 deletions
|
@ -1797,7 +1797,7 @@ By default asyncio is configured to use :class:`EventLoop`.
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
`MSDN documentation on I/O Completion Ports
|
`MSDN documentation on I/O Completion Ports
|
||||||
<https://docs.microsoft.com/en-ca/windows/desktop/FileIO/i-o-completion-ports>`_.
|
<https://learn.microsoft.com/windows/win32/fileio/i-o-completion-ports>`_.
|
||||||
|
|
||||||
.. class:: EventLoop
|
.. class:: EventLoop
|
||||||
|
|
||||||
|
|
|
@ -390,7 +390,7 @@ Functions
|
||||||
threads ready to run, the function returns immediately, and the thread
|
threads ready to run, the function returns immediately, and the thread
|
||||||
continues execution. On Windows 8.1 and newer the implementation uses
|
continues execution. On Windows 8.1 and newer the implementation uses
|
||||||
a `high-resolution timer
|
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.
|
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
|
||||||
|
|
||||||
Unix implementation:
|
Unix implementation:
|
||||||
|
|
|
@ -435,7 +435,7 @@ When writing to the Windows Registry, the following behaviors exist:
|
||||||
For more detail on the technical basis for these limitations, please consult
|
For more detail on the technical basis for these limitations, please consult
|
||||||
Microsoft's documentation on packaged full-trust apps, currently available at
|
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
|
`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:
|
.. _windows-nuget:
|
||||||
|
@ -536,7 +536,7 @@ dependents, such as Idle), pip and the Python documentation are not included.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The embedded distribution does not include the `Microsoft C Runtime
|
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
|
the responsibility of the application installer to provide this. The
|
||||||
runtime may have already been installed on a user's system previously or
|
runtime may have already been installed on a user's system previously or
|
||||||
automatically via Windows Update, and can be detected by finding
|
automatically via Windows Update, and can be detected by finding
|
||||||
|
@ -679,13 +679,13 @@ System variables, you need non-restricted access to your machine
|
||||||
|
|
||||||
.. seealso::
|
.. 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
|
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
|
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
|
The ``setx`` command, for permanently modifying environment variables
|
||||||
|
|
||||||
|
|
||||||
|
@ -1291,13 +1291,13 @@ is a collection of modules for advanced Windows-specific support. This includes
|
||||||
utilities for:
|
utilities for:
|
||||||
|
|
||||||
* `Component Object Model
|
* `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)
|
(COM)
|
||||||
* Win32 API calls
|
* Win32 API calls
|
||||||
* Registry
|
* Registry
|
||||||
* Event log
|
* Event log
|
||||||
* `Microsoft Foundation Classes
|
* `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
|
(MFC) user interfaces
|
||||||
|
|
||||||
`PythonWin <https://web.archive.org/web/20060524042422/
|
`PythonWin <https://web.archive.org/web/20060524042422/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue