diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-06 15:52:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-06 15:52:52 (GMT) |
commit | fc632e3912ba9bb6ec20359148f05ca3ec231663 (patch) | |
tree | 9615a94c00877cd8a21a689081659272ed2d35b9 /Lib/site-packages | |
parent | d7e60b151978bca31b74998398302247056c975b (diff) | |
parent | a3a19953e04cbee3da562164aec56ca25846d02d (diff) | |
download | cpython-fc632e3912ba9bb6ec20359148f05ca3ec231663.zip cpython-fc632e3912ba9bb6ec20359148f05ca3ec231663.tar.gz cpython-fc632e3912ba9bb6ec20359148f05ca3ec231663.tar.bz2 |
Merge with 3.5.
Diffstat (limited to 'Lib/site-packages')
-rw-r--r-- | Lib/site-packages/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/site-packages/README b/Lib/site-packages/README new file mode 100644 index 0000000..273f625 --- /dev/null +++ b/Lib/site-packages/README @@ -0,0 +1,2 @@ +This directory exists so that 3rd party packages can be installed +here. Read the source for site.py for more details. |