diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-04 19:30:01 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-04 19:30:01 (GMT) |
commit | 8b0facf89e4ab62580efbcf74c70f636186f1e08 (patch) | |
tree | 7f12e2ba4e9b6f71d6c198138633fd39c8714223 /Doc/using/windows.rst | |
parent | 43f827b9fabd616fab6e62db7d5487d040b05179 (diff) | |
download | cpython-8b0facf89e4ab62580efbcf74c70f636186f1e08.zip cpython-8b0facf89e4ab62580efbcf74c70f636186f1e08.tar.gz cpython-8b0facf89e4ab62580efbcf74c70f636186f1e08.tar.bz2 |
Merged revisions 59323-59332 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59324 | georg.brandl | 2007-12-04 17:10:02 +0100 (Tue, 04 Dec 2007) | 3 lines
Add "Python on Unix" document, mostly written for GHOP
by Shriphani Palakodety.
........
r59325 | facundo.batista | 2007-12-04 17:31:53 +0100 (Tue, 04 Dec 2007) | 3 lines
fma speedup by avoiding to create a Context. Thanks Mark Dickinson.
........
r59326 | christian.heimes | 2007-12-04 17:36:20 +0100 (Tue, 04 Dec 2007) | 2 lines
Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead.
A native English speaker may want to rephrase the paragraph. ;)
........
r59327 | georg.brandl | 2007-12-04 17:50:28 +0100 (Tue, 04 Dec 2007) | 2 lines
Fix duplicate label and a typo.
........
r59329 | georg.brandl | 2007-12-04 18:46:27 +0100 (Tue, 04 Dec 2007) | 2 lines
Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".
........
r59332 | christian.heimes | 2007-12-04 19:43:19 +0100 (Tue, 04 Dec 2007) | 1 line
These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno.
........
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 |