Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/lxmlPublic

Commit89c1495

Browse files
committed
Update changelog.
1 parent9a13342 commit89c1495

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎CHANGES.txt‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ Features added
1515
* The default chunk size for reading from file-likes in ``iterparse()`` was increased
1616
from 32 KiB to 64 KiB and is now configurable with a new ``chunk_size`` argument.
1717

18+
* Writing to Python file objects minimises data copying by passing buffers around.
19+
1820
Other changes
1921
-------------
2022

2123
* Some internal adaptations were made for libxml2 2.14.x and 2.15.x.
2224

25+
* The ``xmlDict...`` C functions of libxml2 are now declared in ``tree.pxd``.
26+
They remain in ``xmlparser.pxd`` for legacy reasons but Cython code that uses them
27+
should migrate the import to ``tree.pxd``.
28+
2329

2430
6.0.3 (2025-??-??)
2531
==================

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp