Skip to content

Commit 3cdbd68

Browse files
nedbatberkerpeksag
authored andcommitted
A few README tweaks (#73)
* Add a paragraph at the top for users, not builders, of Python. * Use nicer rst url syntax to avoid borking paragraphs in the plain text.
1 parent c9b62b4 commit 3cdbd68

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.rst

+11-5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ especially how built-in objects like dictionaries and strings work,
1919
have changed considerably, and a lot of deprecated features have finally
2020
been 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

2331
Build Instructions
2432
------------------
@@ -156,7 +164,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
156164
include the output of ``make test``. It is useless. Run the failing test
157165
manually, 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
162170
directory). This runs the test in verbose mode.
@@ -197,13 +205,12 @@ Proposals for enhancement
197205
-------------------------
198206

199207
If 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
203209
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
204210
current 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

208215
Release Schedule
209216
----------------
@@ -232,4 +239,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU
232239
code but these are entirely optional.
233240

234241
All trademarks referenced herein are property of their respective holders.
235-

0 commit comments

Comments
 (0)