commit | 452dd381500d5486ca782447a89f54fc19c0e384 | [log] [tgz] |
---|---|---|
author | David Wolever <david@wolever.net> | Mon Aug 12 15:50:10 2013 -0400 |
committer | David Wolever <david@wolever.net> | Mon Aug 12 15:50:10 2013 -0400 |
tree | 2eeaa265468e3e7ebe7897349afcab366b6af668 | |
parent | d59914219796042b87d9ddcb232757dd5edcc459 [diff] [blame] | |
parent | c23ca48cce69760093ca54751d2c1d0c91759a86 [diff] [blame] |
Issue #17701: Improving strftime documentation
diff --git a/Misc/NEWS b/Misc/NEWS index c9b7fdc..5e4a1be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,7 @@ Documentation ------------- +- Issue #17701: Improving strftime documentation. - Issue #17844: Refactor a documentation of Python specific encodings. Add links to encoders and decoders for binary-to-binary codecs.