Skip to content

Commit 5d9edc6

Browse files
committed
docs: add links to module source
1 parent 99d9656 commit 5d9edc6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Doc/library/msvcrt.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
.. sectionauthor:: Fred L. Drake, Jr. <[email protected]>
99

10+
**Source code:** :source:`PC/msvcrtmodule.c`
11+
1012
--------------
1113

1214
These functions provide access to some useful capabilities on Windows platforms.

Doc/library/winreg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
.. sectionauthor:: Mark Hammond <[email protected]>
99

10+
**Source code:** :source:`PC/winreg.c`
11+
1012
--------------
1113

1214
These functions expose the Windows registry API to Python. Instead of using an

Doc/library/winsound.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
.. moduleauthor:: Toby Dickenson <[email protected]>
99
.. sectionauthor:: Fred L. Drake, Jr. <[email protected]>
1010

11+
**Source code:** :source:`PC/winsound.c`
12+
1113
--------------
1214

1315
The :mod:`winsound` module provides access to the basic sound-playing machinery

0 commit comments

Comments
 (0)