Skip to content

Commit 460725e

Browse files
committed
add test comment
1 parent 52da4ae commit 460725e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_pyexpat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ def test7(self):
436436
"buffered text not properly split")
437437

438438
def test_change_character_data_handler_in_callback(self):
439+
# Test that xmlparse_handler_setter() properly handles
440+
# the special case "parser.CharacterDataHandler = None".
439441
def handler(*args):
440442
parser.CharacterDataHandler = None
441443

0 commit comments

Comments
 (0)