8000 Remove py27 notes in Setup Page. (#699) · python/devguide@a9c3587 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9c3587

Browse files
authored
Remove py27 notes in Setup Page. (#699)
1 parent 9365940 commit a9c3587

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

setup.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@ Visual Studio to continue development.
266266
See the `readme`_ for more details on what other software is necessary and how
267267
to build.
268268

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-
275269
.. note:: If you are using the Windows Subsystem for Linux (WSL), clone the
276270
repository from a native Windows terminal program like cmd.exe command prompt
277271
or PowerShell as well as use a build of git targeted for Windows, e.g., the
@@ -281,11 +275,6 @@ to build.
281275
.. _this documentation: https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html
282276
.. _Visual Studio 2017: https://www.visualstudio.com/
283277
.. _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-
289278

290279
.. _build-dependencies:
291280

@@ -415,9 +404,7 @@ and ``make``::
415404

416405
There will sometimes be optional modules added for a new release which
417406
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.
421408

422409
Explaining how to build optional dependencies on a UNIX based system without
423410
root access is beyond the scope of this guide.

0 commit comments

Comments
 (0)
0