]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

try-except tomllib import (#2987)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 2 Apr 2022 15:29:32 +0000 (08:29 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 15:29:32 +0000 (08:29 -0700)
commit1af29fbfa507daa8166e7aac659e9b2ff2b47a3c
tree6ab5be83b56ad5e4f50530a8fb810fa7aff06296
parent5436810921a2649a30f42b82ff6563a1af16d40f
try-except tomllib import (#2987)

See #2965

I left the version check in place because mypy doesn't generally like try-excepted imports.
CHANGES.md
setup.py
src/black/files.py