summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorDavid Wolever <david@wolever.net>2013-08-12 20:56:02 (GMT)
committerDavid Wolever <david@wolever.net>2013-08-12 20:56:02 (GMT)
commit569a5faaea24277ef91202e8b16e8af7862033d2 (patch)
tree49ed9b0957d26a262b76b75afba923bd3c00ec3a /Misc/NEWS
parent00964ed216e8154c6e684e6c8822fb5d0a7f4b41 (diff)
downloadcpython-569a5faaea24277ef91202e8b16e8af7862033d2.zip
cpython-569a5faaea24277ef91202e8b16e8af7862033d2.tar.gz
cpython-569a5faaea24277ef91202e8b16e8af7862033d2.tar.bz2
Issue #17701: Improving strftime documentation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d043090..b37bf3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -298,6 +298,8 @@ Tests
Documentation
-------------
+- Issue #17701: Improving strftime documentation.
+
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
object's custom `__hash__()` method.