Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
73ac29e4
Kaydet (Commit)
73ac29e4
authored
Eyl 21, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#3916: fixes for docs wrt. Windows directory layout
üst
4517323d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
windows.rst
Doc/using/windows.rst
+4
-4
readme.txt
PCbuild/readme.txt
+1
-1
No files found.
Doc/using/windows.rst
Dosyayı görüntüle @
73ac29e4
...
@@ -142,7 +142,7 @@ directory of your Python distribution, delimited by a semicolon from other
...
@@ -142,7 +142,7 @@ directory of your Python distribution, delimited by a semicolon from other
entries. An example variable could look like this (assuming the first two
entries. An example variable could look like this (assuming the first two
entries are Windows' default)::
entries are Windows' default)::
C:\WIN
NT\system32;C:\WINNT
;C:\Python25
C:\WIN
DOWS\system32;C:\WINDOWS
;C:\Python25
Typing :command:`python` on your command prompt will now fire up the Python
Typing :command:`python` on your command prompt will now fire up the Python
interpreter. Thus, you can also execute your scripts with command line options,
interpreter. Thus, you can also execute your scripts with command line options,
...
@@ -278,11 +278,11 @@ releases are built, the source tree contains solutions/project files. View the
...
@@ -278,11 +278,11 @@ releases are built, the source tree contains solutions/project files. View the
+====================+==============+=======================+
+====================+==============+=======================+
| :file:`PC/VC6/` | 6.0 | 97 |
| :file:`PC/VC6/` | 6.0 | 97 |
+--------------------+--------------+-----------------------+
+--------------------+--------------+-----------------------+
| :file:`PC
build/`
| 7.1 | 2003 |
| :file:`PC
/VS7.1/`
| 7.1 | 2003 |
+--------------------+--------------+-----------------------+
+--------------------+--------------+-----------------------+
| :file:`PC
build8
/` | 8.0 | 2005 |
| :file:`PC
/VS8.0
/` | 8.0 | 2005 |
+--------------------+--------------+-----------------------+
+--------------------+--------------+-----------------------+
| :file:`PCbuild
9/`
| 9.0 | 2008 |
| :file:`PCbuild
/`
| 9.0 | 2008 |
+--------------------+--------------+-----------------------+
+--------------------+--------------+-----------------------+
Note that not all of these build directories are fully supported. Read the
Note that not all of these build directories are fully supported. Read the
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
73ac29e4
...
@@ -21,7 +21,7 @@ configuration.
...
@@ -21,7 +21,7 @@ configuration.
The PCbuild directory is compatible with all versions of Visual Studio from
The PCbuild directory is compatible with all versions of Visual Studio from
VS C++ Express Edition over the standard edition up to the professional
VS C++ Express Edition over the standard edition up to the professional
edition. However the express edition does support features like solution
edition. However the express edition does
not
support features like solution
folders or profile guided optimization (PGO). The missing bits and pieces
folders or profile guided optimization (PGO). The missing bits and pieces
won't stop you from building Python.
won't stop you from building Python.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment