File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99"""
1010import sys
1111from abc import abstractmethod , abstractproperty
12- from collections import Iterator
12+ from collections . abc import Iterator
1313from .python .element import Element , ElementSet
1414from .python .structlib import ulong_unpack , ulong_pack
1515from .protocol .buffer import pq_message_stream
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ receives notifications.
2020
2121The `postgresql.notifyman.NotificationManager ` class is used to wait for
2222messages to come in on a set of connections, pick up the messages, and deliver
23- the messages to the object's user via the `collections.Iterator ` protocol.
23+ the messages to the object's user via the `collections.abc. Iterator ` protocol.
2424
2525
2626Listening on a Single Connection
You can’t perform that action at this time.
0 commit comments