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
158df103
Kaydet (Commit)
158df103
authored
Ock 09, 2005
tarafından
Johannes Gijsbers
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1098497: various small typo's, grammar and markup nits.
üst
c9a4762b
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 @
158df103
...
@@ -75,7 +75,7 @@ Reference}.
...
@@ -75,7 +75,7 @@ Reference}.
If you ever wrote a large shell script, you probably know this
If you ever wrote a large shell script, you probably know this
feeling: you'd love to add yet another feature, but it's already so
feeling: you'd love to add yet another feature, but it's already so
slow, and so big, and so complicated; or the feature involves a system
slow, and so big, and so complicated; or the feature involves a system
call or other function that is only accessible from C
\ldots
Usually
call or other function that is only accessible from C
\ldots\
Usually
the problem at hand isn't serious enough to warrant rewriting the
the problem at hand isn't serious enough to warrant rewriting the
script in C; perhaps the problem requires variable-length strings or
script in C; perhaps the problem requires variable-length strings or
other data types (like sorted lists of file names) that are easy in
other data types (like sorted lists of file names) that are easy in
...
@@ -313,7 +313,7 @@ platforms, this first line must end with a \UNIX-style line ending
...
@@ -313,7 +313,7 @@ platforms, this first line must end with a \UNIX-style line ending
the hash, or pound, character,
\character
{
\#
}
, is used to start a
the hash, or pound, character,
\character
{
\#
}
, is used to start a
comment in Python.
comment in Python.
The script can be given a executable mode, or permission, using the
The script can be given a
n
executable mode, or permission, using the
\program
{
chmod
}
command:
\program
{
chmod
}
command:
\begin{verbatim}
\begin{verbatim}
...
@@ -852,7 +852,7 @@ auto-conversions where necessary.
...
@@ -852,7 +852,7 @@ auto-conversions where necessary.
Unicode has the advantage of providing one ordinal for every character
Unicode has the advantage of providing one ordinal for every character
in every script used in modern and ancient texts. Previously, there
in every script used in modern and ancient texts. Previously, there
were only
256
possible ordinals for script characters
and t
exts were
were only
256
possible ordinals for script characters
. T
exts were
typically bound to a code page which mapped the ordinals to script
typically bound to a code page which mapped the ordinals to script
characters. This lead to very much confusion especially with respect
characters. This lead to very much confusion especially with respect
to internationalization
(
usually written as
\samp
{
i
18
n
}
---
to internationalization
(
usually written as
\samp
{
i
18
n
}
---
...
@@ -867,7 +867,7 @@ normal strings:
...
@@ -867,7 +867,7 @@ normal strings:
u'Hello World
!
'
u'Hello World
!
'
\end
{
verbatim
}
\end
{
verbatim
}
The small
\character
{
u
}
in front of the quote indicates that a
n
The small
\character
{
u
}
in front of the quote indicates that a
Unicode string is supposed to be created. If you want to include
Unicode string is supposed to be created. If you want to include
special characters in the string, you can do so by using the Python
special characters in the string, you can do so by using the Python
\emph
{
Unicode
-
Escape
}
encoding. The following example shows how:
\emph
{
Unicode
-
Escape
}
encoding. The following example shows how:
...
...
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