print(dateutil.__version__)
# shows 2.8.1
from dateutil.parser import parse
print(parse('September 29,2019'))
# datetime.datetime(2021, 9, 29, 0, 0), SHOULD BE '2019' for the year.
PYTHON 3.8, WIN10 try different laptops, the same results. please see attached screen copy for more detail.