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
30d6c046
Kaydet (Commit)
30d6c046
authored
Nis 01, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some semantic fixes.
üst
6ec04ffc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
compiler.tex
Doc/lib/compiler.tex
+1
-2
email.tex
Doc/lib/email.tex
+1
-1
libwinreg.tex
Doc/lib/libwinreg.tex
+1
-1
No files found.
Doc/lib/compiler.tex
Dosyayı görüntüle @
30d6c046
...
@@ -103,8 +103,7 @@ Python. In the abstract syntax tree, each node represents a syntactic
...
@@ -103,8 +103,7 @@ Python. In the abstract syntax tree, each node represents a syntactic
construct. The root of the tree is
\class
{
Module
}
object.
construct. The root of the tree is
\class
{
Module
}
object.
The abstract syntax offers a higher level interface to parsed Python
The abstract syntax offers a higher level interface to parsed Python
source code. The
\ulink
{
\module
{
parser
}}
source code. The
\refmodule
{
parser
}
{
http://www.python.org/doc/current/lib/module-parser.html
}
module and the compiler written in C for the Python interpreter use a
module and the compiler written in C for the Python interpreter use a
concrete syntax tree. The concrete syntax is tied closely to the
concrete syntax tree. The concrete syntax is tied closely to the
grammar description used for the Python parser. Instead of a single
grammar description used for the Python parser. Instead of a single
...
...
Doc/lib/email.tex
Dosyayı görüntüle @
30d6c046
...
@@ -239,7 +239,7 @@ Here are the differences between \module{email} version 2 and version 1:
...
@@ -239,7 +239,7 @@ Here are the differences between \module{email} version 2 and version 1:
The
\module
{
email
}
package was originally prototyped as a separate
The
\module
{
email
}
package was originally prototyped as a separate
library called
library called
\ulink
{
\
module
{
mimelib
}}{
http://mimelib.sf.net/
}
.
\ulink
{
\
texttt
{
mimelib
}}{
http://mimelib.sf.net/
}
.
Changes have been made so that
Changes have been made so that
method names are more consistent, and some methods or modules have
method names are more consistent, and some methods or modules have
either been added or removed. The semantics of some of the methods
either been added or removed. The semantics of some of the methods
...
...
Doc/lib/libwinreg.tex
Dosyayı görüntüle @
30d6c046
...
@@ -151,7 +151,7 @@ This module offers the following functions:
...
@@ -151,7 +151,7 @@ This module offers the following functions:
An application should only call
\function
{
FlushKey()
}
if it requires absolute
An application should only call
\function
{
FlushKey()
}
if it requires absolute
certainty that registry changes are on disk.
certainty that registry changes are on disk.
\
emph
{
If you don't know whether a
\function
{
FlushKey()
}
call is required, it
\
note
{
If you don't know whether a
\function
{
FlushKey()
}
call is required, it
probably isn't.
}
probably isn't.
}
\end{funcdesc}
\end{funcdesc}
...
...
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