diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-01-05 20:21:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 20:21:04 (GMT) |
commit | e5894ca8fd05e6a6df1033025b9093b68baa718d (patch) | |
tree | f3bf224641177a2ed8ccad3b6590633daecfb16f /Misc/NEWS.d | |
parent | 817a6bc9f7b802511c4d42273a621c556a48870b (diff) | |
download | cpython-e5894ca8fd05e6a6df1033025b9093b68baa718d.zip cpython-e5894ca8fd05e6a6df1033025b9093b68baa718d.tar.gz cpython-e5894ca8fd05e6a6df1033025b9093b68baa718d.tar.bz2 |
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-05-12-48-18.bpo-46266.ACQCgX.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-05-12-48-18.bpo-46266.ACQCgX.rst b/Misc/NEWS.d/next/Library/2022-01-05-12-48-18.bpo-46266.ACQCgX.rst new file mode 100644 index 0000000..354dcb0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-05-12-48-18.bpo-46266.ACQCgX.rst @@ -0,0 +1,4 @@ +Improve day constants in :mod:`calendar`. + +Now all constants (`MONDAY` ... `SUNDAY`) are documented, tested, and added +to ``__all__``. |