Skip to content

Commit b2ca829

Browse files
committed
add whatsnew for GH-29403
1 parent 99f0bb5 commit b2ca829

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
@@ -679,6 +679,7 @@ Datetimelike
679679
- Bug in :meth:`Series.var` failing to raise ``TypeError`` when called with ``timedelta64[ns]`` dtype (:issue:`28289`)
680680
- Bug in :meth:`DatetimeIndex.strftime` and :meth:`Series.dt.strftime` where ``NaT`` was converted to the string ``'NaT'`` instead of ``np.nan`` (:issue:`29578`)
681681
- Bug in :attr:`Timestamp.resolution` being a property instead of a class attribute (:issue:`29910`)
682+
- Bug in :func:`pandas.core.tools.datetimes.should_cache` failing for `deques` with ``TypeError`` when using the cache (:issue:`29403`)
682683

683684
Timedelta
684685
^^^^^^^^^

0 commit comments

Comments
 (0)