@@ -266,12 +266,6 @@ Visual Studio to continue development.
266
266
See the `readme `_ for more details on what other software is necessary and how
267
267
to build.
268
268
269
- .. note :: **Python 2.7** uses Microsoft Visual Studio 2008, which is most easily
270
- obtained through an MSDN subscription. To use the build files in the
271
- `PCbuild directory `_ you will also need Visual Studio 2010, see the `2.7
272
- readme `_ for more details. If you have VS 2008 but not 2010 you can use the
273
- build files in the `PC/VS9.0 directory `_, see the `VS9 readme `_ for details.
274
-
275
269
.. note :: If you are using the Windows Subsystem for Linux (WSL), clone the
276
270
repository from a native Windows terminal program like cmd.exe command prompt
277
271
or PowerShell as well as use a build of git targeted for Windows, e.g., the
@@ -281,11 +275,6 @@ to build.
281
275
.. _this documentation : https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html
282
276
.. _Visual Studio 2017 : https://www.visualstudio.com/
283
277
.. _readme : https://github.com/python/cpython/blob/main/PCbuild/readme.txt
284
- .. _PCbuild directory : https://github.com/python/cpython/tree/2.7/PCbuild/
285
- .. _2.7 readme : https://github.com/python/cpython/blob/2.7/PCbuild/readme.txt
286
- .. _PC/VS9.0 directory : https://github.com/python/cpython/tree/2.7/PC/VS9.0/
287
- .. _VS9 readme : https://github.com/python/cpython/blob/2.7/PC/VS9.0/readme.txt
288
-
289
278
290
279
.. _build-dependencies :
291
280
@@ -415,9 +404,7 @@ and ``make``::
415
404
416
405
There will sometimes be optional modules added for a new release which
417
406
won't yet be identified in the OS level build dependencies. In those cases,
418
- just ask for assistance on the core-mentorship list. If working on bug
419
- fixes for Python 2.7, use ``python `` in place of ``python3 `` in the above
420
- commands.
407
+ just ask for assistance on the core-mentorship list.
421
408
422
409
Explaining how to build optional dependencies on a UNIX based system without
423
410
root access is beyond the scope of this guide.
0 commit comments