mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
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>
This commit is contained in:
parent
f7c5a7a0f9
commit
3f5eb3e6c7
5 changed files with 23 additions and 0 deletions
|
|
@ -1163,6 +1163,9 @@ Changes in the Python API
|
|||
other "private" attributes.
|
||||
(See :gh:`112826`.)
|
||||
|
||||
* :class:`mailbox.Maildir` now ignores files with a leading dot.
|
||||
(Contributed by Zackery Spytz in :gh:`65559`.)
|
||||
|
||||
|
||||
Build Changes
|
||||
=============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue