commit | 1baf829835adc795203179fc84256a6a7ca6202d | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Jan 24 10:13:46 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Jan 24 10:13:46 2001 +0000 |
tree | bb758aeafeeb217a7d6c1bbd38ab559ab939b75c | |
parent | 19f52c2e346b0dde40067d733e69c6abda1de9a0 [diff] |
test___all__ was failing on WIndows because locale.py doesn't really know which names it exports. Didn't fix its ignorance, but patched over the consequence.