diff options
author | Senthil Kumaran <skumaran@gatech.edu> | 2017-02-20 02:58:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 02:58:33 (GMT) |
commit | a4afdfcf27c2fa53c60b65867765244361abb1fc (patch) | |
tree | 85c823d167334d24a60a126c216a75f3cf03de85 /Doc/faq | |
parent | 7970cd483346dfd7723da214fb27399ecc574095 (diff) | |
download | cpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.zip cpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.tar.gz cpython-a4afdfcf27c2fa53c60b65867765244361abb1fc.tar.bz2 |
Change some mercurial/ hg.python.org references. (#8) (#185)
(cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/general.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index f1e33af..8f6a907 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -159,7 +159,7 @@ How do I obtain a copy of the Python source? The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained -via anonymous Mercurial access at https://hg.python.org/cpython. +at https://github.com/python/cpython/. The source distribution is a gzipped tar file containing the complete C source, Sphinx-formatted documentation, Python library modules, example programs, and @@ -222,8 +222,8 @@ releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS feed of news is available. -You can also access the development version of Python through Mercurial. See -https://docs.python.org/devguide/faq.html for details. +You can also access the development version of Python through Git. See +`The Python Developer's Guide <https://docs.python.org/devguide/>`_ for details. How do I submit bug reports and patches for Python? |