]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Use the present tense in PoolClosed error messages 196/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 3 Jan 2022 15:59:29 +0000 (16:59 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 3 Jan 2022 16:06:24 +0000 (17:06 +0100)
commitbdacf064b01d1fce5d47e1c427f6fee3c4daa2af
tree80d2b2acc5700204f8470d1537444801aa03e3e8
parenteb75b16085741f0e5d84c5466c75af52660ee501
Use the present tense in PoolClosed error messages

Thank you John Aldis! https://twitter.com/johnaldis/status/1478016200634425348
psycopg_pool/psycopg_pool/base.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py