diff options
author | Georg Brandl <georg@python.org> | 2007-12-04 16:10:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-04 16:10:02 (GMT) |
commit | d95a1ee6520620459fbb8c6a8db27b4d4a6ec547 (patch) | |
tree | eb1ea3e763f845dfe37632573b4dd81252b96bd2 /Doc/using/windows.rst | |
parent | 19b1aaa45d4d343b0710cef3ffdd24ef3b9230d2 (diff) | |
download | cpython-d95a1ee6520620459fbb8c6a8db27b4d4a6ec547.zip cpython-d95a1ee6520620459fbb8c6a8db27b4d4a6ec547.tar.gz cpython-d95a1ee6520620459fbb8c6a8db27b4d4a6ec547.tar.bz2 |
Add "Python on Unix" document, mostly written for GHOP
by Shriphani Palakodety.
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r-- | Doc/using/windows.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index db83605..9f549fa 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -260,8 +260,7 @@ Compiling Python on Windows If you want to compile CPython yourself, first thing you should do is get the `source <http://python.org/download/source/>`_. You can download either the latest release's source or just grab a fresh `checkout -<http://www.python.org/dev/faq/ -#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_. +<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_. For Microsoft Visual C++, which is the compiler with which official Python releases are built, the source tree contains solutions/project files. View the |