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

argument parsing in datetime_strptime #45396

Closed
loewis mannequin opened this issue Aug 29, 2007 · 2 comments
Closed

argument parsing in datetime_strptime #45396

loewis mannequin opened this issue Aug 29, 2007 · 2 comments
Assignees

Comments

@loewis
Copy link
Mannequin

loewis mannequin commented Aug 29, 2007

BPO 1055
Nosy @gvanrossum, @loewis

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 = 'https://github.com/gvanrossum'
closed_at = <Date 2007-08-29.20:52:13.737>
created_at = <Date 2007-08-29.08:43:50.874>
labels = []
title = 'argument parsing in datetime_strptime'
updated_at = <Date 2007-08-29.20:52:13.735>
user = 'https://github.com/loewis'

bugs.python.org fields:

activity = <Date 2007-08-29.20:52:13.735>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = <Date 2007-08-29.20:52:13.737>
closer = 'gvanrossum'
components = []
creation = <Date 2007-08-29.08:43:50.874>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 1055
keywords = []
message_count = 2.0
messages = ['55417', '55441']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'loewis']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1055'
versions = ['Python 3.0']

@loewis
Copy link
Mannequin Author

loewis mannequin commented Aug 29, 2007

In r57374, the ParseTuple string for datetime_strptime was changed from
ss:datetime to uu:datetime, without adjusting the output arguments. It's
not clear to me what the rationale of this change was; it is incorrect
as u outputs Py_UNICODE, not char.

@loewis loewis mannequin assigned gvanrossum Aug 29, 2007
@gvanrossum
Copy link
Member

Should be fixed by r57665. I'm guessing we went a little too fast with
this change.

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

No branches or pull requests

1 participant