Skip to content

Commit

Permalink
A few README tweaks (#73) (#80)
Browse files Browse the repository at this point in the history
* 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.

Contributed by Ned Batchelder @nedbat

(cherry picked from commit 3cdbd68)
  • Loading branch information
Mariatta committed Feb 13, 2017
1 parent 9c5684e commit 3ae8fd4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README
Expand Up @@ -11,6 +11,14 @@ especially how built-in objects like dictionaries and strings work,
have changed considerably, and a lot of deprecated features have finally
been removed.

Using Python
------------

Installable Python kits, and information about using Python, are available at
`python.org`_.

.. _python.org: https://www.python.org/


Build Instructions
------------------
Expand Down Expand Up @@ -151,7 +159,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
include the output of "make test". It is useless. Run the failing test
manually, as follows:

./python -m test -v test_whatever
./python -m test -v test_whatever

(substituting the top of the source tree for '.' if you built in a different
directory). This runs the test in verbose mode.
Expand Down Expand Up @@ -198,11 +206,12 @@ Proposals for enhancement
-------------------------

If you have a proposal to change Python, you may want to send an email to the
comp.lang.python or python-ideas mailing lists for inital feedback. A Python
comp.lang.python or `python-ideas`_ mailing lists for initial feedback. A Python
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
current PEPs, as well as guidelines for submitting a new PEP, are listed at
http://www.python.org/dev/peps/.

.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/

Release Schedule
----------------
Expand Down

0 comments on commit 3ae8fd4

Please sign in to comment.