Mercurial > hg
comparison .hgignore @ 49310:050dc8730858
py3: catch specific OSError subclasses instead of checking errno
Contrary to the previous changesets in this series, this covers cases where
errno was checked for multiple values.
EACCES -> PermissionError
ENOENT -> FileNotFoundError
ENOTDIR -> NotADirectoryError
EISDIR -> IsADirectoryError
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Wed, 01 Jun 2022 00:47:25 +0200 |
parents | 681b25ea579e |
children | 59820ae507b1 |
comparison
equal
deleted
inserted
replaced
49309:d54b213c4380 | 49310:050dc8730858 |
---|