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
2fef3abc
Commit
2fef3abc
authored
Nov 28, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two minor nits.
parent
83fb073a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libpyexpat.tex
Doc/lib/libpyexpat.tex
+3
-3
No files found.
Doc/lib/libpyexpat.tex
View file @
2fef3abc
...
...
@@ -60,8 +60,8 @@ separator character, and the local part of the name. If the namespace
separator is a zero byte (
\code
{
chr(0)
}
) then the namespace URI and
the local part will be concatenated without any separator.
For example, if
\var
{
namespace
_
separator
}
is set to
\character
{
}
,
and the following document is parsed:
For example, if
\var
{
namespace
_
separator
}
is set to
a space character
(
\character
{
}
)
and the following document is parsed:
\begin{verbatim}
<?xml version="1.0"?>
...
...
@@ -85,7 +85,7 @@ elem2
\class
{
xmlparser
}
objects have the following methods:
\begin{methoddesc}
[xmlparser]
{
Parse
}{
data
\optional
{
, isfinal
}}
\begin{methoddesc}
[xmlparser]
{
Parse
}{
data
\optional
{
, isfinal
}}
Parses the contents of the string
\var
{
data
}
, calling the appropriate
handler functions to process the parsed data.
\var
{
isfinal
}
must be
true on the final call to this method.
\var
{
data
}
can be the empty
...
...
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