| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,14 @@ especially how built-in objects like dictionaries and strings work, | |||
| 19 | 19 | have changed considerably, and a lot of deprecated features have finally | |
| 20 | 20 | been removed. | |
| 21 | 21 | ||
| 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 | + | ||
| 22 | 30 | ||
| 23 | 31 | Build Instructions | |
| 24 | 32 | ------------------ | |
@@ -156,7 +164,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't* | |||
| 156 | 164 | include the output of ``make test``. It is useless. Run the failing test | |
| 157 | 165 | manually, as follows:: | |
| 158 | 166 | ||
| 159 | - ./python -m test -v test_whatever | ||
| 167 | + ./python -m test -v test_whatever | ||
| 160 | 168 | ||
| 161 | 169 | (substituting the top of the source tree for '.' if you built in a different | |
| 162 | 170 | directory). This runs the test in verbose mode. | |
@@ -197,13 +205,12 @@ Proposals for enhancement | |||
| 197 | 205 | ------------------------- | |
| 198 | 206 | ||
| 199 | 207 | 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 | ||
| 203 | 209 | Enhancement Proposal (PEP) may be submitted if your idea gains ground. All | |
| 204 | 210 | current PEPs, as well as guidelines for submitting a new PEP, are listed at | |
| 205 | 211 | `python.org/dev/peps/ <https://www.python.org/dev/peps/>`_. | |
| 206 | 212 | ||
| 213 | + .. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/ | ||
| 207 | 214 | ||
| 208 | 215 | Release Schedule | |
| 209 | 216 | ---------------- | |
@@ -232,4 +239,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU | |||
| 232 | 239 | code but these are entirely optional. | |
| 233 | 240 | ||
| 234 | 241 | All trademarks referenced herein are property of their respective holders. | |
| 235 | - | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments