• Fred Drake's avatar
    Added character data buffering to pyexpat parser objects. · 2a3d7db9
    Fred Drake yazdı
    Setting the buffer_text attribute to true causes the parser to collect
    character data, waiting as long as possible to report it to the Python
    callback.  This can save an enormous number of callbacks from C to
    Python, which can be a substantial performance improvement.
    
    buffer_text defaults to false.
    2a3d7db9
test_pyexpat.py 10.2 KB