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
4f1600a3
Commit
4f1600a3
authored
Jan 27, 2001
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-indent.
parent
a277e0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Lib/xml/sax/expatreader.py
Lib/xml/sax/expatreader.py
+4
-4
No files found.
Lib/xml/sax/expatreader.py
View file @
4f1600a3
...
@@ -118,15 +118,15 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
...
@@ -118,15 +118,15 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
self
.
_parser
.
NotationDeclHandler
=
self
.
notation_decl
self
.
_parser
.
NotationDeclHandler
=
self
.
notation_decl
self
.
_parser
.
StartNamespaceDeclHandler
=
self
.
start_namespace_decl
self
.
_parser
.
StartNamespaceDeclHandler
=
self
.
start_namespace_decl
self
.
_parser
.
EndNamespaceDeclHandler
=
self
.
end_namespace_decl
self
.
_parser
.
EndNamespaceDeclHandler
=
self
.
end_namespace_decl
self
.
_decl_handler_prop
=
None
self
.
_decl_handler_prop
=
None
if
self
.
_lex_handler_prop
:
if
self
.
_lex_handler_prop
:
self
.
_parser
.
CommentHandler
=
self
.
_lex_handler_prop
.
comment
self
.
_parser
.
CommentHandler
=
self
.
_lex_handler_prop
.
comment
self
.
_parser
.
StartCdataSectionHandler
=
self
.
_lex_handler_prop
.
startCDATA
self
.
_parser
.
StartCdataSectionHandler
=
self
.
_lex_handler_prop
.
startCDATA
self
.
_parser
.
EndCdataSectionHandler
=
self
.
_lex_handler_prop
.
endCDATA
self
.
_parser
.
EndCdataSectionHandler
=
self
.
_lex_handler_prop
.
endCDATA
# self._parser.DefaultHandler =
# self._parser.DefaultHandler =
# self._parser.DefaultHandlerExpand =
# self._parser.DefaultHandlerExpand =
# self._parser.NotStandaloneHandler =
# self._parser.NotStandaloneHandler =
self
.
_parser
.
ExternalEntityRefHandler
=
self
.
external_entity_ref
self
.
_parser
.
ExternalEntityRefHandler
=
self
.
external_entity_ref
self
.
_parsing
=
0
self
.
_parsing
=
0
...
...
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