commit | c8869af89e9b62fbfd066c01da1f502b0fd2ed3f | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Mar 12 19:34:16 2017 +1000 |
committer | GitHub <noreply@github.com> | Sun Mar 12 19:34:16 2017 +1000 |
tree | eeaf9f900ade97e8e629b4e5335ee40dca99bbcf | |
parent | 309fb90f6895c47e7b41df3d739db45e8ec136c9 [diff] |
[2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) Additional changes needed to backport: - dropped legacy SVN support from patchcheck - use subprocess.PIPE to silence expected error output - don't try to use subprocess.Popen as a context manager - don't try to pass a keyword argument to str.split() (cherry picked from commit 482f7a274fa52b7ba34ff308cd9acdcac9f41ba5)