Issue #26014: merge from 3.5
authorNed Deily <nad@python.org>
Mon, 6 Jun 2016 00:39:58 +0000 (17:39 -0700)
committerNed Deily <nad@python.org>
Mon, 6 Jun 2016 00:39:58 +0000 (17:39 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 956f2d288d86daf862c1b05b72a68d5fec2099de,feb0c624b8a5325ca8fecb247a64dd0c6d59f08d..8137b16c59a9fb0bad94000d032778c90d5617dd
+++ b/Misc/NEWS
@@@ -1255,9 -540,13 +1255,13 @@@ Documentatio
  
  - Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
  
 -- Issue #25500: Fix documentation to not claim that __import__ is searched for
 -  in the global scope.
 +- Issue #24952: Clarify the default size argument of stack_size() in
 +  the "threading" and "_thread" modules. Patch from Mattip.
  
+ - 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
  -----