]> 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:

Fix PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks...
authorHugo <hugovk@users.noreply.github.com>
Thu, 14 Mar 2019 12:41:42 +0000 (14:41 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 14 Mar 2019 12:41:42 +0000 (13:41 +0100)
commitd00eac9944acdafe2fb61a61c7e763c6502e89d5
treeaa5a90b7f0db9f75b6f4120dcb9224c567aec989
parent53e72102e9b09c8b2745ccbe6590508a0f33dd92
Fix PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks() instead (#741)
black.py