diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-01-03 12:56:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 12:56:24 (GMT) |
commit | f21af186bf21c1c554209ac67d78d3cf99f7d7c0 (patch) | |
tree | af693769808e952e206f64a69a8982ba3b2c55dc /Misc | |
parent | fa985bee6189aabac1c329f2de32aa9a4e88e550 (diff) | |
download | cpython-f21af186bf21c1c554209ac67d78d3cf99f7d7c0.zip cpython-f21af186bf21c1c554209ac67d78d3cf99f7d7c0.tar.gz cpython-f21af186bf21c1c554209ac67d78d3cf99f7d7c0.tar.bz2 |
gh-128317: Highlight today in colour in calendar CLI output (#128318)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-12-29-00-33-34.gh-issue-128317.WgFina.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-12-29-00-33-34.gh-issue-128317.WgFina.rst b/Misc/NEWS.d/next/Library/2024-12-29-00-33-34.gh-issue-128317.WgFina.rst new file mode 100644 index 0000000..4441108 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-12-29-00-33-34.gh-issue-128317.WgFina.rst @@ -0,0 +1,2 @@ +Highlight today in colour in :mod:`calendar`'s CLI output. Patch by Hugo van +Kemenade. |