| commit | e594bee5351d6109ca5e6a7dde45e5ddd08ebe48 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sun Aug 22 01:47:51 2004 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sun Aug 22 01:47:51 2004 +0000 |
| tree | 42a6e81719e1b7ddcd260e8785e17e345b490dc4 | |
| parent | 5268c3955ae6c1c2681ba214f5c2e450813913fd [diff] |
_ellipsis_match(): Removed special-casing of "...\n". The semantics are non-obvious either way because the newline character "is invisible", but it's still there all the same, and it's easier to explain/predict if that reality is left alone.