Message153294
Not sure this is the right place to mention this, but I'm realizing handling symlink loops will be interesting. It is "interesting" because, when e.g. you are globbing, your glob's results may not include the symlinks' target path; so there are cases where you need to keep the symlink in the results.
(and in the general case you may or may not want to keep some duplicates, depending on what you do with the links)
I am adding rglob() to pathlib and currently ignoring (i.e. crashing :-)) symlink loops. I would be interested in any ideas as to how handle them correctly. |
|
Date |
User |
Action |
Args |
2012-02-13 20:12:58 | pitrou | set | recipients:
+ pitrou, ncoghlan, vstinner, giampaolo.rodola, eric.araujo, neologix |
2012-02-13 20:12:58 | pitrou | set | messageid: <1329163978.15.0.573059583936.issue13229@psf.upfronthosting.co.za> |
2012-02-13 20:12:57 | pitrou | link | issue13229 messages |
2012-02-13 20:12:57 | pitrou | create | |
|