We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2c114 commit 28bba1cCopy full SHA for 28bba1c
1 file changed
README.rst
@@ -5,8 +5,8 @@ DateType
5
A Workaround
6
------------
7
8
-DateType is a `workaround for this
9
-bug <https://github.com/python/mypy/issues/9015>`_ to demonstrate that we could
+DateType is a workaround for `two <https://github.com/python/mypy/issues/9015>`_
+`bugs <https://github.com/python/mypy/issues/10067>`_ to demonstrate that we could
10
have a type-checking-time wrapper for ``datetime`` that doesn't change (or almost
11
doesn't change) the implementation, but fixes up two very annoying behaviors of
12
the stdlib ``datetime`` module:
0 commit comments