◐ Shell
clean mode source ↗

bpo-21360: mailbox.Maildir now ignores files with a leading dot by ZackerySpytz · Pull Request #11833 · python/cpython

The maildir format specification states that files with a leading dot
should be ignored.

remilapeyre

serhiy-storchaka

serhiy-storchaka

@serhiy-storchaka

@liw liw mannequin mentioned this pull request

Apr 10, 2022

ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull request

Dec 26, 2023
…onGH-11833)

The maildir format specification states that files with a leading dot
should be ignored.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

kulikjak pushed a commit to kulikjak/cpython that referenced this pull request

Jan 22, 2024
…onGH-11833)

The maildir format specification states that files with a leading dot
should be ignored.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…onGH-11833)

The maildir format specification states that files with a leading dot
should be ignored.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…onGH-11833)

The maildir format specification states that files with a leading dot
should be ignored.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>