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
c22aee03
Kaydet (Commit)
c22aee03
authored
Nis 27, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Version fix (bug #1708710)
üst
12c29504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tut.tex
Doc/tut/tut.tex
+4
-4
No files found.
Doc/tut/tut.tex
Dosyayı görüntüle @
c22aee03
...
...
@@ -184,12 +184,12 @@ your local Python guru or system administrator. (E.g.,
\file
{
/usr/local/python
}
is a popular alternative location.)
On Windows machines, the Python installation is usually placed in
\file
{
C:
\e
Python2
4
}
, though you can change this when you're running
\file
{
C:
\e
Python2
5
}
, though you can change this when you're running
the installer. To add this directory to your path,
you can type the following command into the command prompt in a DOS box:
\begin{verbatim}
set path=
%path%;C:\python2
4
set path=
%path%;C:\python2
5
\end{verbatim}
...
...
@@ -4654,7 +4654,7 @@ operating system:
>>> os.system
(
'time
0
:
02
'
)
0
>>> os.getcwd
()
# Return the current working directory
'C:
\\
Python
2
4
'
'C:
\\
Python
2
5
'
>>> os.chdir
(
'
/
server
/
accesslogs'
)
\end
{
verbatim
}
...
...
@@ -5254,7 +5254,7 @@ applications include caching objects that are expensive to create:
Traceback (most recent call last):
File "<pyshell#108>", line 1, in -toplevel-
d['primary'] # entry was automatically removed
File "C:/
PY24
/lib/weakref.py", line 46, in
__
getitem
__
File "C:/
python25
/lib/weakref.py", line 46, in
__
getitem
__
o = self.data[key]()
KeyError: 'primary'
\end{verbatim}
...
...
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