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
711a5bdc
Commit
711a5bdc
authored
Jan 27, 2001
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Synchronize with PyXML 1.5.
parent
0591725b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Lib/xml/sax/_exceptions.py
Lib/xml/sax/_exceptions.py
+1
-0
Lib/xml/sax/xmlreader.py
Lib/xml/sax/xmlreader.py
+1
-1
No files found.
Lib/xml/sax/_exceptions.py
View file @
711a5bdc
...
...
@@ -21,6 +21,7 @@ class SAXException(Exception):
is optional."""
self
.
_msg
=
msg
self
.
_exception
=
exception
Exception
.
__init__
(
self
,
msg
)
def
getMessage
(
self
):
"Return a message for this exception."
...
...
Lib/xml/sax/xmlreader.py
View file @
711a5bdc
...
...
@@ -256,7 +256,7 @@ class InputSource:
def
setCharacterStream
(
self
,
charfile
):
"""Set the character stream for this input source. (The stream
must be a Python
1.6
Unicode-wrapped file-like that performs
must be a Python
2.0
Unicode-wrapped file-like that performs
conversion to Unicode strings.)
If there is a character stream specified, the SAX parser will
...
...
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