summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-06 00:38:48 (GMT)
committerNed Deily <nad@python.org>2016-06-06 00:38:48 (GMT)
commit8f5798edfb71342fa4b3070a7f69386f7b229cd0 (patch)
treedef277774ef6994f631669a34748561083fdf193 /Misc/NEWS
parent3f0ee83f14f2ce2c05360f5ed326844388353b6f (diff)
downloadcpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.zip
cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.gz
cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.bz2
Issue #26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4492084..feb0c62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -543,6 +543,10 @@ Documentation
- Issue #25500: Fix documentation to not claim that __import__ is searched for
in the global scope.
+- Issue #26014: Update 3.x packaging documentation:
+ * "See also" links to the new docs are now provided in the legacy pages
+ * links to setuptools documentation have been updated
+
Tests
-----