@@ -19,6 +19,14 @@ especially how built-in objects like dictionaries and strings work,
1919have changed considerably, and a lot of deprecated features have finally
2020been removed.
2121
22+ Using Python
23+ ------------
24+
25+ Installable Python kits, and information about using Python, are available at
26+ `python.org `_.
27+
28+ .. _python.org : https://www.python.org/
29+
2230
2331Build Instructions
2432------------------
@@ -156,7 +164,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
156164include the output of ``make test ``. It is useless. Run the failing test
157165manually, as follows::
158166
159- ./python -m test -v test_whatever
167+ ./python -m test -v test_whatever
160168
161169(substituting the top of the source tree for '.' if you built in a different
162170directory). This runs the test in verbose mode.
@@ -197,13 +205,12 @@ Proposals for enhancement
197205-------------------------
198206
199207If you have a proposal to change Python, you may want to send an email to the
200- comp.lang.python or
201- `python-ideas <https://mail.python.org/mailman/listinfo/python-ideas/ >`_
202- mailing lists for initial feedback. A Python
208+ comp.lang.python or `python-ideas `_ mailing lists for initial feedback. A Python
203209Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
204210current PEPs, as well as guidelines for submitting a new PEP, are listed at
205211`python.org/dev/peps/ <https://www.python.org/dev/peps/ >`_.
206212
213+ .. _python-ideas : https://mail.python.org/mailman/listinfo/python-ideas/
207214
208215Release Schedule
209216----------------
@@ -232,4 +239,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU
232239code but these are entirely optional.
233240
234241All trademarks referenced herein are property of their respective holders.
235-
0 commit comments