Mercurial > hg
comparison mercurial/encoding.py @ 49600:b6fc602e074a
typing: fix the typehint for `skip` arg on `osutil.listdir()` to be optional
The cffi and pure implementations both default to `None`, and the args are
parsed in C with `"y#|OO:listdir"`, with the C variable initialized to NULL.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 08 Nov 2022 14:31:10 -0500 |
parents | d44e3c45f0e4 |
children | 95acba2c29f6 |
comparison
equal
deleted
inserted
replaced
49599:94a797032fc4 | 49600:b6fc602e074a |
---|