diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-18 17:37:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-18 17:37:06 (GMT) |
commit | 5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8 (patch) | |
tree | 2e7847d7060eacaaead514f1be0d1a6902f584f2 /Misc | |
parent | 323d2927f0a2858802b96988f77dc41dffd74744 (diff) | |
download | cpython-5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8.zip cpython-5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8.tar.gz cpython-5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8.tar.bz2 |
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Core and Builtins Library ------- +- Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser + for non-blocking applications. + - Issue #17555: Fix ForkAwareThreadLock so that size of after fork registry does not grow exponentially with generation of process. |