cpython/Misc/NEWS.d
Stephen Gildea 38035fed9b
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
New methods to access mailbox.Maildir message info and flags:
get_info, set_info, get_flags, set_flags, add_flag, remove_flag.

These methods speed up accessing a message's info and/or flags and are
useful when it is not necessary to access the message's contents,
as when iterating over a Maildir to find messages with specific flags.

---------

* Add more str type checking
* modernize to f-strings instead of %

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2023-11-11 17:41:33 +00:00
..
next gh-90890: New methods to access mailbox.Maildir message info and flags (#103905) 2023-11-11 17:41:33 +00:00
3.5.0.rst
3.5.0a1.rst
3.5.0a2.rst
3.5.0a3.rst
3.5.0a4.rst
3.5.0b1.rst
3.5.0b2.rst
3.5.0b3.rst
3.5.0b4.rst
3.5.0rc1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.5.0rc2.rst
3.5.0rc3.rst
3.5.0rc4.rst
3.5.1.rst
3.5.1rc1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.5.2.rst
3.5.2rc1.rst
3.5.3.rst
3.5.3rc1.rst
3.5.4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.5.4rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.5.5.rst
3.5.5rc1.rst
3.6.0.rst
3.6.0a1.rst gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) 2023-07-21 10:52:07 +03:00
3.6.0a2.rst
3.6.0a3.rst
3.6.0a4.rst
3.6.0b1.rst
3.6.0b2.rst
3.6.0b3.rst
3.6.0b4.rst
3.6.0rc1.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.6.0rc2.rst
3.6.1.rst
3.6.1rc1.rst
3.6.2.rst
3.6.2rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.6.2rc2.rst
3.6.3.rst
3.6.3rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.6.4.rst
3.6.4rc1.rst
3.6.5.rst
3.6.5rc1.rst
3.6.6.rst
3.6.6rc1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0.rst
3.7.0a1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0a2.rst
3.7.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0a4.rst gh-107298: Fix a few more refs in the C API docs (GH-108361) 2023-08-23 20:12:42 +03:00
3.7.0b1.rst
3.7.0b2.rst
3.7.0b3.rst
3.7.0b4.rst
3.7.0b5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.7.0rc1.rst
3.8.0a1.rst GH-101100: Fix reference warnings for ``__getitem__`` (#110118) 2023-10-19 18:05:05 +03:00
3.8.0a2.rst
3.8.0a3.rst
3.8.0a4.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.8.0b1.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.9.0a1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.9.0a2.rst
3.9.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.9.0a6.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.9.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a2.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a4.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a5.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
3.10.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.10.0a7.rst GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112) 2023-10-19 18:05:17 +03:00
3.10.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a1.rst GH-101100: Fix reference warnings for ``__getitem__`` (#110118) 2023-10-19 18:05:05 +03:00
3.11.0a2.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a3.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a4.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.11.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0a7.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a1.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a2.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a3.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.0a4.rst GH-109190: Copyedit 3.12 What's New: Bytecode (#109821) 2023-09-28 04:40:59 +00:00
3.12.0a5.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a6.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.12.0a7.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
3.12.0b1.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.13.0a1.rst Python 3.13.0a1 2023-10-13 10:52:10 +02:00