@@ -173,24 +173,31 @@ library which are implemented in C; each one builds a DLL (renamed to
173173 * _asyncio
174174 * _ctypes
175175 * _ctypes_test
176- * _zoneinfo
177176 * _decimal
178177 * _elementtree
179178 * _hashlib
179+ * _lzma
180180 * _multiprocessing
181181 * _overlapped
182+ * _queue
183+ * _remotedebugging
182184 * _socket
185+ * _sqlite3
186+ * _ssl
183187 * _testbuffer
184188 * _testcapi
185- * _testlimitedcapi
186- * _testinternalcapi
187189 * _testclinic
188190 * _testclinic_limited
189191 * _testconsole
190192 * _testimportmultiple
193+ * _testinternalcapi
194+ * _testlimitedcapi
191195 * _testmultiphase
192196 * _testsinglephase
193197 * _tkinter
198+ * _uuid
199+ * _wmi
200+ * _zoneinfo
194201 * pyexpat
195202 * select
196203 * unicodedata
@@ -202,15 +209,18 @@ interpreter, but they do implement several major features. See the
202209"Getting External Sources" section below for additional information
203210about getting the source for building these libraries. The sub-projects
204211are:
212+
205213_bz2
206214 Python wrapper for version 1.0.8 of the libbzip2 compression library
207215 Homepage:
208216 http://www.bzip.org/
209- _lzma
217+
218+ liblzma
210219 Python wrapper for version 5.2.2 of the liblzma compression library
211220 Homepage:
212221 https://tukaani.org/xz/
213- _ssl
222+
223+ openssl
214224 Python wrapper for version 3.0.15 of the OpenSSL secure sockets
215225 library, which is downloaded from our binaries repository at
216226 https://github.com/python/cpython-bin-deps.
@@ -229,10 +239,11 @@ _ssl
229239 As long as this folder exists, its contents will not be downloaded
230240 again when building.
231241
232- _sqlite3
242+ sqlite3
233243 Wraps SQLite 3.49.1, which is itself built by sqlite3.vcxproj
234244 Homepage:
235245 https://www.sqlite.org/
246+
236247_tkinter
237248 Wraps version 8.6.15 of the Tk windowing system, which is downloaded
238249 from our binaries repository at
@@ -252,6 +263,7 @@ _tkinter
252263 Win32 and "tcltk64" on x64. They also copy the Tcl and Tk DLLs
253264 into the current output directory, which should ensure that Tkinter
254265 is able to load Tcl/Tk without having to change your PATH.
266+
255267zlib-ng
256268 Compiles zlib-ng as a static library, which is later included by
257269 pythoncore.vcxproj. This was generated using CMake against zlib-ng
0 commit comments