diff options
author | Prince Roshan <princekrroshan01@gmail.com> | 2023-05-02 20:13:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 20:13:31 (GMT) |
commit | 1f5384434dce013b5dcf7e7ea3ec5312d13bba72 (patch) | |
tree | 49bb2be002fd6b2c06e7777984b94317f9e050c1 /Misc | |
parent | 587f2f018051049cf5d9de3e12ed5aa7644404dc (diff) | |
download | cpython-1f5384434dce013b5dcf7e7ea3ec5312d13bba72.zip cpython-1f5384434dce013b5dcf7e7ea3ec5312d13bba72.tar.gz cpython-1f5384434dce013b5dcf7e7ea3ec5312d13bba72.tar.bz2 |
gh-103822: [Calendar] change return value to enum for day and month APIs (GH-103827)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-02-04-49-45.gh-issue-103822.m0QdAO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-02-04-49-45.gh-issue-103822.m0QdAO.rst b/Misc/NEWS.d/next/Library/2023-05-02-04-49-45.gh-issue-103822.m0QdAO.rst new file mode 100644 index 0000000..3daf9cc --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-02-04-49-45.gh-issue-103822.m0QdAO.rst @@ -0,0 +1 @@ +Update the return type of ``weekday`` to the newly added Day attribute |