]> 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 print() function on Python 2 (#754)
authorAndy Freeland <andy@andyfreeland.net>
Thu, 14 Mar 2019 23:42:54 +0000 (16:42 -0700)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 14 Mar 2019 23:42:54 +0000 (16:42 -0700)
commitd6db1c12a8e14833fe22da377cddc2bd1f43dc14
tree3f29f4e0dfa9c1d51c6dee69c78b7f90c262f3f0
parent026c81b83454f176a9f9253cbfb70be2c159d822
Fix print() function on Python 2 (#754)

Fixes #752
black.py
tests/data/python2_print_function.py [new file with mode: 0755]
tests/test_black.py