[Python-checkins] Remove references to old Windows source files from internal documentation (GH-102216)
zooba
webhook-mailer at python.org
Fri Feb 24 09:53:59 EST 2023
https://github.com/python/cpython/commit/e5e1c1fabd8b5626f9193e6c61b9d7ceb7fb2f95
commit: e5e1c1fabd8b5626f9193e6c61b9d7ceb7fb2f95
branch: main
author: Max Bachmann <kontakt at maxbachmann.de>
committer: zooba <steve.dower at microsoft.com>
date: 2023年02月24日T14:53:50Z
summary:
Remove references to old Windows source files from internal documentation (GH-102216)
files:
M PC/readme.txt
diff --git a/PC/readme.txt b/PC/readme.txt
index bef5111c5918..a917a72c1232 100644
--- a/PC/readme.txt
+++ b/PC/readme.txt
@@ -60,11 +60,6 @@ python_nt.rc Resource compiler input for python15.dll.
dl_nt.c
Additional sources used for 32-bit Windows features.
-getpathp.c Default sys.path calculations (for all PC platforms).
-
-dllbase_nt.txt A (manually maintained) list of base addresses for
- various DLLs, to avoid run-time relocation.
-
Note for Windows 3.x and DOS users
==================================
More information about the Python-checkins
mailing list