commit | f4bc0814cb05b19871c1f49b215e6f0189b8858a | [log] [tgz] |
---|---|---|
author | Chris Withers <chris@simplistix.co.uk> | Sun Apr 28 17:05:38 2019 +0100 |
committer | Chris Withers <chris@withers.org> | Tue Apr 30 08:39:55 2019 +0100 |
tree | d0b9b7d144af2579fec0bf6de7806be2aa034ddd | |
parent | c21fd35196f595a03f8a3df75c35b5bfb74808b7 [diff] [blame] |
put news items in a .d directory for now.
diff --git a/backport.py b/backport.py index 84ea802..baeef37 100644 --- a/backport.py +++ b/backport.py
@@ -59,6 +59,7 @@ ('(a|b)/Lib/unittest/mock.py', r'\1/mock/mock.py'), ('(a|b)/Lib/unittest/test/testmock/(.+)', r'\1/mock/tests/\2'), ('(a|b)/Misc/NEWS', r'\1/NEWS'), + ('(a|b)/NEWS.d/next/Library/(.+\.rst)', r'\1/NEWS.d/\2'), ): patch = re.sub(pattern, sub, patch) return patch