Skip to content

Commit ff27dc4

Browse files
committed
news
1 parent 33c64f2 commit ff27dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Cache ``time.time``, ``time.struct_time``, and ``time.strftime`` imports,
22
speeding up :meth:`~datetime.date.timetuple` and
3-
:meth:`~datetime.date.strftime` by up to 2x. Patch by Maurycy
4-
Pawłowski-Wieroński.
3+
:meth:`~datetime.date.strftime` by up to 2x. As such, patching :mod:`time`
4+
functions after importing :mod:`datetime` will no longer affect :mod:`datetime`
5+
behaviour. Patch by Maurycy Pawłowski-Wieroński.

0 commit comments

Comments
 (0)