]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(tools): check last modification times in async_to_sync.py 744/head
authorDenis Laxalde <denis.laxalde@dalibo.com>
Mon, 4 Mar 2024 07:37:58 +0000 (08:37 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Apr 2024 23:02:29 +0000 (23:02 +0000)
commit5a7f7088ad6b5820208da5de7fe64b06c211cec6
tree6ff2a2722cebff2dba1b854039e9110c45d4bb1a
parent280720bd77e9bfcf3c616da6cf508d50cd7ef120
feat(tools): check last modification times in async_to_sync.py

We now only process _async.py files with a modification time higher than
their sync counterpart. A -B,--convert-all option is added to force
conversion of all (specified) input files and skip last-modification
time check.
tools/async_to_sync.py