[issue28892] pandas.to_datetime crashes in 3.6b4

2016-12-06 Thread Dale
Dale added the comment: Thanks for the quick response! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28892] pandas.to_datetime crashes in 3.6b4

2016-12-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was reported previously in Issue28636 where it was determined that the problem is in Pandas (https://github.com/pandas-dev/pandas/issues/14561). It looks like the Pandas project has pushed a fix for it. -- resolution:

[issue28892] pandas.to_datetime crashes in 3.6b4

2016-12-06 Thread Dale
New submission from Dale: I'm trying 3.6b4 on my mac (OS X 10.10.5) and when I run the following code (after doing pip install numpy and pandas) I see a 'SystemError': >>> import pandas as pd >>> pd.to_datetime('10/31/2016') ValueError: Error parsing datetime string "10/31/2016" at position 2