-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify weekday return in calendar.monthrange docstring #120567
Labels
docs
Documentation in the Doc dir
Comments
terryjreedy
changed the title
[Docs] Calendar's
Clarify calendar.monthrange weekday return
Jun 16, 2024
monthrange
docstring is unclear.
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Jun 16, 2024
terryjreedy
changed the title
Clarify calendar.monthrange weekday return
Clarify weekday return in calendar.monthrange docstring
Jun 16, 2024
terryjreedy
added a commit
that referenced
this issue
Jun 16, 2024
…120570) Co-authored-by: Hugo van Kemenade <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 16, 2024
…ing (pythonGH-120570) (cherry picked from commit bd4516d) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 16, 2024
…ing (pythonGH-120570) (cherry picked from commit bd4516d) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Jun 16, 2024
…ring (GH-120570) (#120598) gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (cherry picked from commit bd4516d) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Jun 16, 2024
…ring (GH-120570) (#120597) gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (cherry picked from commit bd4516d) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
…ing (python#120570) Co-authored-by: Hugo van Kemenade <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…ing (python#120570) Co-authored-by: Hugo van Kemenade <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ing (python#120570) Co-authored-by: Hugo van Kemenade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
In docs it is defined as:
Returns weekday of first day of the month and number of days in month, for the specified year and month.
which is clearer than what is in the code.Linked PRs
The text was updated successfully, but these errors were encountered: