diff options
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 7 |
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 ----------- |