mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
* 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 3cdbd68ce8
)
This commit is contained in:
parent
89ddffbe9d
commit
2d0c2286f8
1 changed files with 11 additions and 3 deletions
12
README
12
README
|
@ -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
|
||||
------------------
|
||||
|
@ -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 initial 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
|
||||
https://www.python.org/dev/peps/.
|
||||
|
||||
.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/
|
||||
|
||||
Release Schedule
|
||||
----------------
|
||||
|
@ -231,4 +240,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU
|
|||
code but these are entirely optional.
|
||||
|
||||
All trademarks referenced herein are property of their respective holders.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue