Justin Love added the comment:
Still can't reproduce (though I got one failure and three other errors)
$ patch -p 1
<http://bugs.python.org/issue11751>
___
___
Python-bugs-list mailing list
Unsubsc
Justin Love added the comment:
re: test_glob_to_re
Could not reproduce (OS X 10.6)
I built branch 2.7, and also tried the expressions from glob_to_re on my system
2.7 and 3.2, all returned the (?ms) version.
--
___
Python tracker
<h
Justin Love added the comment:
Incorporated some formatting suggestions.
Removed _actions. Just as well, as I accidentally left in the 'blarg' bogus
action ;^)
Added a test for implicit-include.
Whether 'this cannot happen' can happen depends on the output of
_parse_te
Justin Love added the comment:
Sorry, it's been sitting at the bottom of my starred list for months, the
prospect of reloading context always making it a little less attractive than
something else. I turned out I had to update to even have 'packaging'
Error was caused by an a
Justin Love added the comment:
Removed NO COVER
Combined test_translate_pattern
Added on to some test names to make them more descriptive
--
Added file:
http://bugs.python.org/file21562/increase_distutils_filelist_test_coverage_v2.patch
New submission from Justin Love :
Increase test coverage of distutils/filelist.py from 49% to 100%. One line was
marked as excluded because it was a "this cannot happen" error, and I agreed.
--
components: Tests
files: increase_distutils_filelist_test_coverage.patch
keywo