This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-29.11:28:49
SpamBayes Score 4.9699054e-05
Marked as misclassified No
Message-id <1304076530.49.0.753246930213.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
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 '.'.
History
Date User Action Args
2011-04-29 11:28:50r.david.murraysetrecipients: + r.david.murray, Jason.Vas.Dias
2011-04-29 11:28:50r.david.murraysetmessageid: <1304076530.49.0.753246930213.issue11946@psf.upfronthosting.co.za>
2011-04-29 11:28:49r.david.murraylinkissue11946 messages
2011-04-29 11:28:49r.david.murraycreate