summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRyan Gonzalez <kirbyfan64@users.noreply.github.com>2017-04-14 09:00:25 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-04-14 09:00:25 (GMT)
commitf9f87f0934ca570293ba7194bed3448a7f9bf39c (patch)
tree7c59d528dd172d6b331ce0ab0afdfaf687f75318 /Doc/whatsnew
parent947629916a5ecb1f6f6792e9b9234e084c5bf274 (diff)
downloadcpython-f9f87f0934ca570293ba7194bed3448a7f9bf39c.zip
cpython-f9f87f0934ca570293ba7194bed3448a7f9bf39c.tar.gz
cpython-f9f87f0934ca570293ba7194bed3448a7f9bf39c.tar.bz2
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.7.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index b5107ea..875fc55 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -95,6 +95,13 @@ New Modules
Improved Modules
================
+distutils
+---------
+
+README.rst is now included in the list of distutils standard READMEs and
+therefore included in source distributions.
+(Contributed by Ryan Gonzalez in :issue:`11913`.)
+
http.server
-----------