R. David Murray <rdmur...@bitdance.com> added the comment: No, if you take a look at tip, the problem is that bit of re is not covering all cases, and should look like this:
[.+@]? # It may have special attributes. I assumed the "." was selinux, but I don't actually know, as I don't see them on my system (I don't use selinux or, apparently, any other special attributes). So, the reason the re is failing is the trailing '.' in the first token in your ls -ld result, whatever that comes from. The fixed test re allows for the '.'. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11946> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com