commit | 3f5eb3e6c75b874db1a83c9d53e824e56fcad02e | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Mon Dec 25 07:07:51 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 25 17:07:51 2023 +0200 |
tree | 03b86133f14368d15e48bb25568e14dbe50291f3 | |
parent | f7c5a7a0f9f8186a7fdc8b721468d022fe310b04 [diff] |
bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833) The maildir format specification states that files with a leading dot should be ignored. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>