New GitHub issue #110648 from yfa-vagelis:<br>

<hr>

<pre>
I don't know if this is already discussed, but I want to parse some date strings, but they are not always valid (e.g. 30 Feb 2023). 

When I try to use the `datetime.strptime` I get an error, which is raised not because there is a problem with parsing the string, but because the parsed fields (i.e day, month, year) cannot create a valid `datetime` object. 

Is it possible to get the parsed fields anyway?
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/110648">View on GitHub</a>
<p>Labels: </p>
<p>Assignee: </p>