mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

(cherry picked from commit e5894ca8fd
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
4 lines
135 B
ReStructuredText
4 lines
135 B
ReStructuredText
Improve day constants in :mod:`calendar`.
|
|
|
|
Now all constants (`MONDAY` ... `SUNDAY`) are documented, tested, and added
|
|
to ``__all__``.
|