We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52da4ae commit 460725eCopy full SHA for 460725e
1 file changed
Lib/test/test_pyexpat.py
@@ -436,6 +436,8 @@ def test7(self):
436
"buffered text not properly split")
437
438
def test_change_character_data_handler_in_callback(self):
439
+ # Test that xmlparse_handler_setter() properly handles
440
+ # the special case "parser.CharacterDataHandler = None".
441
def handler(*args):
442
parser.CharacterDataHandler = None
443
0 commit comments