summaryrefslogtreecommitdiff
path: root/Lib/site-packages
Commit message (Collapse)AuthorAgeFilesLines
* Issue #29283: Delete accidentally added Lib/site-packages/READMEBerker Peksag2017-01-301-2/+0
| | | | | It was renamed to README.txt in d90a65014c42 and it was back by a merge commit accidentally.
* Merge with 3.5.Serhiy Storchaka2015-10-061-0/+2
|\
* | Issue #24633: site-packages/README -> README.txt.Robert Collins2015-08-241-0/+0
|/
* Add a README file so that cvs update -P doesn't obliterate thisGuido van Rossum2000-03-311-0/+2
directory, and so that people have a clue as to why it exists.