Skip to content

Commit ca98e77

Browse files
committed
add whatsnew for GH-29403
1 parent 94abece commit ca98e77

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
@@ -469,6 +469,7 @@ Datetimelike
469469
- Bug in :func:`pandas._config.localization.get_locales` where the ``locales -a`` encodes the locales list as windows-1252 (:issue:`23638`, :issue:`24760`, :issue:`27368`)
470470
- Bug in :meth:`Series.var` failing to raise ``TypeError`` when called with ``timedelta64[ns]`` dtype (:issue:`28289`)
471471
- Bug in :meth:`DatetimeIndex.strftime` and :meth:`Series.dt.strftime` where ``NaT`` was converted to the string ``'NaT'`` instead of ``np.nan`` (:issue:`29578`)
472+
- Bug in :func:`pandas.core.tools.datetimes.should_cache` raising ``TypeError`` when trying to get a slice of a deque (:issue:`29403`)
472473

473474
Timedelta
474475
^^^^^^^^^

0 commit comments

Comments
 (0)