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
51761806
Kaydet (Commit)
51761806
authored
Nis 11, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Repair missing spaces after \UNIX.
üst
135c3174
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
init.tex
Doc/api/init.tex
+1
-1
inst.tex
Doc/inst/inst.tex
+1
-1
libposixpath.tex
Doc/lib/libposixpath.tex
+1
-1
using.tex
Doc/mac/using.tex
+1
-1
No files found.
Doc/api/init.tex
Dosyayı görüntüle @
51761806
...
...
@@ -245,7 +245,7 @@
program name (set by
\cfunction
{
Py
_
SetProgramName()
}
above) and some
environment variables. The returned string consists of a series of
directory names separated by a platform dependent delimiter
character. The delimiter character is
\character
{
:
}
on
\UNIX
and Mac OS X,
character. The delimiter character is
\character
{
:
}
on
\UNIX
{}
and Mac OS X,
\character
{
;
}
on Windows. The returned string points into
static storage; the caller should not modify its value. The value
is available to Python code as the list
...
...
Doc/inst/inst.tex
Dosyayı görüntüle @
51761806
...
...
@@ -296,7 +296,7 @@ being installed is pure Python or contains extensions (``non-pure''):
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
stand for the directories
that Python is installed to, and where it finds its libraries at
run-time. They are always the same under Windows, and very
often the same under
\UNIX
and Mac OS X. You can find out what your Python
often the same under
\UNIX
{}
and Mac OS X. You can find out what your Python
installation uses for
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
by
running Python in interactive mode and typing a few simple commands.
Under
\UNIX
, just type
\code
{
python
}
at the shell prompt. Under
...
...
Doc/lib/libposixpath.tex
Dosyayı görüntüle @
51761806
...
...
@@ -58,7 +58,7 @@ Equivalent to \function{exists()} on platforms lacking
\end{funcdesc}
\begin{funcdesc}
{
expanduser
}{
path
}
On
\UNIX
and Windows, return the argument with an initial component of
On
\UNIX
{}
and Windows, return the argument with an initial component of
\samp
{
\~
}
or
\samp
{
\~\var
{
user
}}
replaced by that
\var
{
user
}
's home directory.
On
\UNIX
, an initial
\samp
{
\~
}
is replaced by the environment variable
...
...
Doc/mac/using.tex
Dosyayı görüntüle @
51761806
...
...
@@ -2,7 +2,7 @@
\sectionauthor
{
Bob Savage
}{
bobsavage@mac.com
}
Python on a Macintosh running Mac OS X is in principle very similar to
Python on any other
\UNIX
platform, but there are a number of additional
Python on any other
\UNIX
{}
platform, but there are a number of additional
features such as the IDE and the Package Manager that are worth pointing out.
Python on Mac OS 9 or earlier can be quite different from Python on
...
...
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