diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-08-19 21:00:07 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-08-19 21:00:07 +0200 |
| commit | 604e12b0788fa014a0cd257fa696d1b352bb09a5 (patch) | |
| tree | 22681966a4d20080bbca378fd37a4abea685c1a8 /doc | |
| parent | fe36181e39f215080dc4e52d4fe40723c069c80f (diff) | |
| download | python-lxml-604e12b0788fa014a0cd257fa696d1b352bb09a5.tar.gz | |
Changelog, version update.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.txt b/doc/api.txt index ad41908c..6d464988 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -559,7 +559,7 @@ by passing the flag ``buffered=False`` into ``xmlfile()`` (also since lxml 3.4). Here is a similar example using an async coroutine in Py3.5 or later, which is -supported since lxml 3.9.0. The output stream is expected to have methods +supported since lxml 4.0. The output stream is expected to have methods ``async def write(self, data)`` and ``async def close(self)`` in this case. :: |
