[Python-checkins] cpython (3.3): linkify

benjamin.peterson python-checkins at python.org
Sat Jan 25 19:28:00 CET 2014


http://hg.python.org/cpython/rev/035ab711b8cc
changeset:   88704:035ab711b8cc
branch:      3.3
parent:      88702:2766320bdb10
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jan 25 13:26:18 2014 -0500
summary:
  linkify

files:
  Doc/faq/general.rst |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -269,9 +269,10 @@
 ---------------------------------------------
 
 The Python project's infrastructure is located all over the world.
-www.python.org is currently in Amsterdam, graciously hosted by `XS4ALL
-<http://www.xs4all.nl>`_.  `Upfront Systems <http://www.upfrontsystems.co.za>`_
-hosts bugs.python.org.  Most other Python services like `PyPI
+`www.python.org <http://www.python.org>`_ is currently in Amsterdam, graciously
+hosted by `XS4ALL <http://www.xs4all.nl>`_.  `Upfront Systems
+<http://www.upfrontsystems.co.za>`_ hosts `bugs.python.org
+<http://bugs.python.org>`_.  Most other Python services like `PyPI
 <https://pypi.python.org>`_ and hg.python.org are hosted by `Oregon State
 University Open Source Lab <https://osuosl.org>`_.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list