commit | b67660fcceabd6cac7d4dea593db34bffa52dc98 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Thu Oct 14 21:10:45 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Thu Oct 14 21:10:45 2010 +0000 |
tree | 10c6171fc7153e8584473d03c0db60d7325cd292 | |
parent | 8299393122a1f5e807f065ceb59488f3ab486586 [diff] |
Merged revisions 85495 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85495 | florent.xicluna | 2010-10-14 22:56:20 +0200 (jeu., 14 oct. 2010) | 3 lines Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) ........