commit | b33336f65014f32c3e9873c32618a3bf656f3445 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 13 23:09:00 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 13 23:09:00 2013 +0300 |
tree | 023edd04ecc9b83b48a83594f2fd4f69d7ef709a | |
parent | 7378d6374c286c86daf4389fbbb4ee2d52ac3401 [diff] [blame] |
Issue #18758: Fixed and improved cross-references.
diff --git a/Misc/NEWS b/Misc/NEWS index 4d45d34..816bd4d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -321,6 +321,8 @@ Documentation ------------- +- Issue #18758: Fixed and improved cross-references. + - Issue #18718: datetime documentation contradictory on leap second support. - Issue #17701: Improving strftime documentation.