Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
30d6c046
Commit
30d6c046
authored
Apr 01, 2007
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some semantic fixes.
parent
6ec04ffc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Doc/lib/compiler.tex
Doc/lib/compiler.tex
+1
-2
Doc/lib/email.tex
Doc/lib/email.tex
+1
-1
Doc/lib/libwinreg.tex
Doc/lib/libwinreg.tex
+1
-1
No files found.
Doc/lib/compiler.tex
View file @
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
View file @
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
View file @
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