Skip to content
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

Update documentation for missing PyDateTime macros #90359

Closed
drougge mannequin opened this issue Dec 30, 2021 · 3 comments
Closed

Update documentation for missing PyDateTime macros #90359

drougge mannequin opened this issue Dec 30, 2021 · 3 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir

Comments

@drougge
Copy link
Mannequin

drougge mannequin commented Dec 30, 2021

BPO 46201
Nosy @drougge

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2021-12-30.09:30:15.837>
labels = ['type-bug', '3.8', '3.9', '3.10', '3.11', '3.7', 'docs']
title = 'PEP 495 misnames PyDateTime_DATE_GET_FOLD'
updated_at = <Date 2021-12-30.09:30:15.837>
user = 'https://github.com/drougge'

bugs.python.org fields:

activity = <Date 2021-12-30.09:30:15.837>
actor = 'drougge'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-12-30.09:30:15.837>
creator = 'drougge'
dependencies = []
files = []
hgrepos = []
issue_num = 46201
keywords = []
message_count = 1.0
messages = ['409354']
nosy_count = 2.0
nosy_names = ['drougge', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue46201'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']

@drougge
Copy link
Mannequin Author

drougge mannequin commented Dec 30, 2021

PEP-495 names one of the accessor macros PyDateTime_GET_FOLD but the code names it PyDateTime_DATE_GET_FOLD.

The FOLD macros are also missing from https://docs.python.org/3/c-api/datetime.html (and versions).

@drougge drougge mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Dec 30, 2021
@drougge drougge mannequin assigned docspython Dec 30, 2021
@drougge drougge mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Dec 30, 2021
@drougge drougge mannequin assigned docspython Dec 30, 2021
@drougge drougge mannequin added the docs Documentation in the Doc dir label Dec 30, 2021
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@corona10 corona10 changed the title PEP 495 misnames PyDateTime_DATE_GET_FOLD Update documentation for missing PyDateTime macros Jul 13, 2022
@corona10
Copy link
Member

corona10 commented Jul 13, 2022

I changed the issue title for more proper actions.

  • Update PEP-495
  • Add missing documentation.

@corona10 corona10 added 3.12 bugs and security fixes and removed type-bug An unexpected behavior, bug, or error labels Jul 13, 2022
corona10 added a commit to corona10/cpython that referenced this issue Jul 13, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 14, 2022
(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 14, 2022
(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…gh-94800).

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…gh-94800).

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…gh-94800).

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this issue Jul 14, 2022
(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this issue Jul 14, 2022
(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…gh-94800).

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…gh-94800).

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 14, 2022
…94836)

(cherry picked from commit 967da5f)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit to corona10/cpython that referenced this issue Jul 14, 2022
…thongh-94836)

(cherry picked from commit 967da5f)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this issue Jul 14, 2022
(cherry picked from commit 967da5f)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
corona10 added a commit that referenced this issue Jul 14, 2022
gh-94838)

(cherry picked from commit 967da5f)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
@corona10
Copy link
Member

corona10 commented Jul 14, 2022

I am waiting for @ambv and @ned-deily 's backporting to 3.9/3.8/3.7 before closing this issue.

ned-deily pushed a commit that referenced this issue Jul 14, 2022
…h-94833)

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
ned-deily pushed a commit that referenced this issue Jul 28, 2022
…H-94834)

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
ned-deily pushed a commit that referenced this issue Jul 28, 2022
…h-94835)

(cherry picked from commit 07374cc)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir
Projects
Archived in project
Development

No branches or pull requests

2 participants