commit | 4a67a6741660d32a31ed74b5c4b981553cd7be41 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sun Feb 11 18:41:56 2007 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sun Feb 11 18:41:56 2007 +0000 |
tree | eb855e678982d3502de5bac46a6db45f897e406e | |
parent | d84f68b10f0584d8bbe54dfeb40b0c1a8599e6a1 [diff] [blame] |
backport: fix trace.py --ignore-dir
diff --git a/Misc/NEWS b/Misc/NEWS index 0ac7328..e6832c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -169,6 +169,9 @@ Library ------- +- Patch 1571379: Make trace's --ignore-dir facility work in the face of + relative directory names. + - Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, on "linux" and "gnu" systems.