From 3658cb3012fa14e4594ed62a227115fbbd15da26 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Thu, 27 Sep 2012 20:07:45 +1000 Subject: Tell people the *new* behaviour, not just the old behaviour --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 385ef6e..19ecc38 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1121,7 +1121,7 @@ datetime -------- * Equality comparisons between naive and aware :class:`~datetime.datetime` - instances don't raise :exc:`TypeError`. + instances now return :const:`False` instead of raising :exc:`TypeError`. * New :meth:`datetime.datetime.timestamp` method: Return POSIX timestamp corresponding to the :class:`~datetime.datetime` instance. * The :meth:`datetime.datetime.strftime` method supports formatting years -- cgit v0.12