dan aronson
dan aronson
http://stutzbachenterprises.com/blist/sortedlist.html says that bisect is the same as bisect_left. It's not: `Python 3.8.2 (default, Mar 26 2020, 10:43:30) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits"...
running the following code: ``` from dbus_next.aio import MessageBus from dbus_next import BusType, Message import asyncio loop = asyncio.get_event_loop() async def main(): bus = await MessageBus(bus_type=BusType.SYSTEM).connect() introspection = await bus.introspect('org.bluez',...