@@ -25,7 +25,7 @@ Finally, Python is portable: it runs on many Unix variants, on the Mac, and on
2525Windows 2000 and later.
2626
2727To find out more, start with :ref: `tutorial-index `. The `Beginner's Guide to
28- Python <http ://wiki.python.org/moin/BeginnersGuide> `_ links to other
28+ Python <https ://wiki.python.org/moin/BeginnersGuide> `_ links to other
2929introductory tutorials and resources for learning Python.
3030
3131
@@ -36,11 +36,11 @@ The Python Software Foundation is an independent non-profit organization that
3636holds the copyright on Python versions 2.1 and newer. The PSF's mission is to
3737advance open source technology related to the Python programming language and to
3838publicize the use of Python. The PSF's home page is at
39- http ://www.python.org/psf/.
39+ https ://www.python.org/psf/.
4040
4141Donations to the PSF are tax-exempt in the US. If you use Python and find it
4242helpful, please contribute via `the PSF donation page
43- <http ://www.python.org/psf/donations/> `_.
43+ <https ://www.python.org/psf/donations/> `_.
4444
4545
4646Are there copyright restrictions on the use of Python?
@@ -53,12 +53,12 @@ commercial use, to sell copies of Python in source or binary form (modified or
5353unmodified), or to sell products that incorporate Python in some form. We would
5454still like to know about all commercial use of Python, of course.
5555
56- See `the PSF license page <http ://python.org/psf/license/ >`_ to find further
56+ See `the PSF license page <https ://www. python.org/psf/license/ >`_ to find further
5757explanations and a link to the full text of the license.
5858
5959The Python logo is trademarked, and in certain cases permission is required to
6060use it. Consult `the Trademark Usage Policy
61- <http ://www.python.org/psf/trademarks/> `__ for more information.
61+ <https ://www.python.org/psf/trademarks/> `__ for more information.
6262
6363
6464Why was Python created in the first place?
@@ -117,7 +117,7 @@ programming), software engineering (unit testing, logging, profiling, parsing
117117Python code), and operating system interfaces (system calls, filesystems, TCP/IP
118118sockets). Look at the table of contents for :ref: `library-index ` to get an idea
119119of what's available. A wide variety of third-party extensions are also
120- available. Consult `the Python Package Index <http ://pypi.python.org/pypi >`_ to
120+ available. Consult `the Python Package Index <https ://pypi.python.org/pypi >`_ to
121121find packages of interest to you.
122122
123123
@@ -159,8 +159,8 @@ How do I obtain a copy of the Python source?
159159--------------------------------------------
160160
161161The latest Python source distribution is always available from python.org, at
162- http ://www.python.org/download/. The latest development sources can be obtained
163- via anonymous Mercurial access at http ://hg.python.org/cpython.
162+ https ://www.python.org/download/. The latest development sources can be obtained
163+ via anonymous Mercurial access at https ://hg.python.org/cpython.
164164
165165The source distribution is a gzipped tar file containing the complete C source,
166166Sphinx-formatted documentation, Python library modules, example programs, and
@@ -178,8 +178,8 @@ How do I get documentation on Python?
178178.. XXX mention py3k
179179
180180 The standard documentation for the current stable version of Python is available
181- at http ://docs.python.org/. PDF, plain text, and downloadable HTML versions are
182- also available at http ://docs.python.org/download.html.
181+ at https ://docs.python.org/. PDF, plain text, and downloadable HTML versions are
182+ also available at https ://docs.python.org/download.html.
183183
184184The documentation is written in reStructuredText and processed by `the Sphinx
185185documentation tool <http://sphinx-doc.org/> `__. The reStructuredText source for
@@ -192,7 +192,7 @@ I've never programmed before. Is there a Python tutorial?
192192There are numerous tutorials and books available. The standard documentation
193193includes :ref: `tutorial-index `.
194194
195- Consult `the Beginner's Guide <http ://wiki.python.org/moin/BeginnersGuide >`_ to
195+ Consult `the Beginner's Guide <https ://wiki.python.org/moin/BeginnersGuide >`_ to
196196find information for beginning Python programmers, including lists of tutorials.
197197
198198
@@ -212,35 +212,35 @@ postings per day. It's available as `the python-announce mailing list
212212<http://mail.python.org/mailman/listinfo/python-announce-list> `_.
213213
214214More info about other mailing lists and newsgroups
215- can be found at http ://www.python.org/community/lists/.
215+ can be found at https ://www.python.org/community/lists/.
216216
217217
218218How do I get a beta test version of Python?
219219-------------------------------------------
220220
221- Alpha and beta releases are available from http ://www.python.org/download/. All
221+ Alpha and beta releases are available from https ://www.python.org/download/. All
222222releases are announced on the comp.lang.python and comp.lang.python.announce
223- newsgroups and on the Python home page at http ://www.python.org/; an RSS feed of
223+ newsgroups and on the Python home page at https ://www.python.org/; an RSS feed of
224224news is available.
225225
226226You can also access the development version of Python through Subversion. See
227- http ://docs.python.org/devguide/faq for details.
227+ https ://docs.python.org/devguide/faq for details.
228228
229229
230230How do I submit bug reports and patches for Python?
231231---------------------------------------------------
232232
233233To report a bug or submit a patch, please use the Roundup installation at
234- http ://bugs.python.org/.
234+ https ://bugs.python.org/.
235235
236236You must have a Roundup account to report bugs; this makes it possible for us to
237237contact you if we have follow-up questions. It will also enable Roundup to send
238238you updates as we act on your bug. If you had previously used SourceForge to
239239report bugs to Python, you can obtain your Roundup password through Roundup's
240- `password reset procedure <http ://bugs.python.org/user?@template=forgotten >`_.
240+ `password reset procedure <https ://bugs.python.org/user?@template=forgotten >`_.
241241
242242For more information on how Python is developed, consult `the Python Developer's
243- Guide <http ://docs.python.org/devguide/> `_.
243+ Guide <https ://docs.python.org/devguide/> `_.
244244
245245
246246Are there any published articles about Python that I can reference?
@@ -260,7 +260,7 @@ Are there any books on Python?
260260------------------------------
261261
262262Yes, there are many, and more are being published. See the python.org wiki at
263- http ://wiki.python.org/moin/PythonBooks for a list.
263+ https ://wiki.python.org/moin/PythonBooks for a list.
264264
265265You can also search online bookstores for "Python" and filter out the Monty
266266Python references; or perhaps search for "Python" and "language".
@@ -270,10 +270,10 @@ Where in the world is www.python.org located?
270270---------------------------------------------
271271
272272The Python project's infrastructure is located all over the world.
273- `www.python.org <http ://www.python.org >`_ is currently in Amsterdam, graciously
273+ `www.python.org <https ://www.python.org >`_ is currently in Amsterdam, graciously
274274hosted by `XS4ALL <http://www.xs4all.nl >`_. `Upfront Systems
275275<http://www.upfrontsystems.co.za> `_ hosts `bugs.python.org
276- <http ://bugs.python.org> `_. Most other Python services like `PyPI
276+ <https ://bugs.python.org> `_. Most other Python services like `PyPI
277277<https://pypi.python.org> `_ and hg.python.org are hosted by `Oregon State
278278University Open Source Lab <https://osuosl.org> `_.
279279
@@ -312,7 +312,7 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
312312releases.
313313
314314The latest stable releases can always be found on the `Python download page
315- <http ://python.org/download/> `_. There are two recommended production-ready
315+ <https ://python.org/download/> `_. There are two recommended production-ready
316316versions at this point in time, because at the moment there are two branches of
317317stable releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since
318318currently there is more third party software available for Python 2 than for
@@ -336,9 +336,9 @@ the group or even read it.
336336Have any significant projects been done in Python?
337337--------------------------------------------------
338338
339- See http ://python.org/about/success for a list of projects that use Python.
339+ See https ://python.org/about/success for a list of projects that use Python.
340340Consulting the proceedings for `past Python conferences
341- <http ://python.org/community/workshops/> `_ will reveal contributions from many
341+ <https ://python.org/community/workshops/> `_ will reveal contributions from many
342342different companies and organizations.
343343
344344High-profile Python projects include `the Mailman mailing list manager
@@ -352,14 +352,14 @@ include Google, Yahoo, and Lucasfilm Ltd.
352352What new developments are expected for Python in the future?
353353------------------------------------------------------------
354354
355- See http ://www.python.org/dev/peps/ for the Python Enhancement Proposals
355+ See https ://www.python.org/dev/peps/ for the Python Enhancement Proposals
356356(PEPs). PEPs are design documents describing a suggested new feature for Python,
357357providing a concise technical specification and a rationale. Look for a PEP
358358titled "Python X.Y Release Schedule", where X.Y is a version that hasn't been
359359publicly released yet.
360360
361361New development is discussed on `the python-dev mailing list
362- <http ://mail.python.org/mailman/listinfo/python-dev/> `_.
362+ <https ://mail.python.org/mailman/listinfo/python-dev/> `_.
363363
364364
365365Is it reasonable to propose incompatible changes to Python?
@@ -451,4 +451,4 @@ of Python editing environments.
451451
452452If you want to discuss Python's use in education, you may be interested in
453453joining `the edu-sig mailing list
454- <http ://python.org/community/sigs/current/edu-sig> `_.
454+ <https ://www. python.org/community/sigs/current/edu-sig> `_.
0 commit comments