]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24633: site-packages/README -> README.txt.
authorRobert Collins <rbtcollins@hp.com>
Sun, 23 Aug 2015 23:46:56 +0000 (11:46 +1200)
committerRobert Collins <rbtcollins@hp.com>
Sun, 23 Aug 2015 23:46:56 +0000 (11:46 +1200)
Lib/site-packages/README.txt [moved from Lib/site-packages/README with 100% similarity]
Misc/NEWS

index 7b11b88c7794dc593ab0ed21d8c74f98ce8cfc41..5207e83d9da9a92cdd6c502a41ee87a524861bcb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #24633: site-packages/README -> README.txt.
+
 - Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
   Patch from Ilia Kurenkov.