Skip to content

Commit 9389cee

Browse files
committed
add whatsnew for GH-29403
1 parent e269670 commit 9389cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ Datetimelike
701701
- Bug in :meth:`DatetimeIndex.strftime` and :meth:`Series.dt.strftime` where ``NaT`` was converted to the string ``'NaT'`` instead of ``np.nan`` (:issue:`29578`)
702702
- Bug in :attr:`Timestamp.resolution` being a property instead of a class attribute (:issue:`29910`)
703703
- Bug in :func:`pandas.to_datetime` when called with ``None`` raising ``TypeError`` instead of returning ``NaT`` (:issue:`30011`)
704+
- Bug in :func:`pandas.to_datetime` failing for `deques` when using ``cache=True`` (the default) (:issue:`29403`)
704705

705706
Timedelta
706707
^^^^^^^^^

0 commit comments

Comments
 (0)