This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catherinedevlin
Recipients Catherine.Devlin, Steve Yeung, catherinedevlin, p-ganssle, r.david.murray
Date 2021-05-21.19:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621626242.35.0.563207721399.issue24929@roundup.psfhosted.org>
In-reply-to
Content
Thinking about this a little more...

I suggest that slowing down execution shouldn't be a worry in this case, because trying to parse a garbage string into a date shouldn't be something code is doing zillions of times, and if it is, being slow isn't a terrible thing.  It should be the exception (so to speak) and not the rule, and thus not something we should worry about optimizing for.

That said, I can see not wanting to rely on throwing low-level errors that are outside Python's direct control.  (In fact, the PR I wrote didn't account for the OS-dependent nature of those messages, so if we decide to go ahead after all I'll need to make my PR account for that.)  If that is enough reason to reject the change, I'm content with that.

One way or the other, I would love to get this out of "Open" status - if we want to just close it as-is, I'll be satisfied.
History
Date User Action Args
2021-05-21 19:44:02catherinedevlinsetrecipients: + catherinedevlin, r.david.murray, Catherine.Devlin, Steve Yeung, p-ganssle
2021-05-21 19:44:02catherinedevlinsetmessageid: <1621626242.35.0.563207721399.issue24929@roundup.psfhosted.org>
2021-05-21 19:44:02catherinedevlinlinkissue24929 messages
2021-05-21 19:44:02catherinedevlincreate