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

PyDateTime_FromDateAndTime documented as PyDate_FromDateAndT #41586

Closed
smilechaser mannequin opened this issue Feb 16, 2005 · 2 comments
Closed

PyDateTime_FromDateAndTime documented as PyDate_FromDateAndT #41586

smilechaser mannequin opened this issue Feb 16, 2005 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@smilechaser
Copy link
Mannequin

smilechaser mannequin commented Feb 16, 2005

BPO 1124278
Nosy @brettcannon

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 = <Date 2005-02-17.05:18:09.000>
created_at = <Date 2005-02-16.21:11:21.000>
labels = ['docs']
title = 'PyDateTime_FromDateAndTime documented as PyDate_FromDateAndT'
updated_at = <Date 2005-02-17.05:18:09.000>
user = 'https://bugs.python.org/smilechaser'

bugs.python.org fields:

activity = <Date 2005-02-17.05:18:09.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-02-16.21:11:21.000>
creator = 'smilechaser'
dependencies = []
files = []
hgrepos = []
issue_num = 1124278
keywords = []
message_count = 2.0
messages = ['24309', '24310']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'smilechaser']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1124278'
versions = ['Python 2.4']

@smilechaser
Copy link
Mannequin Author

smilechaser mannequin commented Feb 16, 2005

In datetime.h there exists a macro called:

PyDateTime_FromDateAndTime

but in the documentation (7.5.12 of the Python/C API
Reference Manual) it is documented as:

PyDate_FromDateAndTime

@smilechaser smilechaser mannequin closed this as completed Feb 16, 2005
@smilechaser smilechaser mannequin added the docs Documentation in the Doc dir label Feb 16, 2005
@smilechaser smilechaser mannequin closed this as completed Feb 16, 2005
@smilechaser smilechaser mannequin added the docs Documentation in the Doc dir label Feb 16, 2005
@brettcannon
Copy link
Member

Logged In: YES
user_id=357491

Fixed in rev. 1.60 for 2.5 and rev. 1.58.2.2 in 2.4 for Doc/api/
concrete.tex .

Thanks, smilechaser.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant