]> granicus.if.org Git - python/commit
Issue #21711: support for "site-python" directories has now been removed from the...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Jun 2014 23:41:30 +0000 (19:41 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Jun 2014 23:41:30 +0000 (19:41 -0400)
commit9e82b17e9db4406efb6d8940ff11cfd4d9a8a23d
tree9d9000817eb0ef04771454075dbfb2be53e1db5a
parentb6cf631f9ce6c3dc591284474f9121195aa7e6b6
Issue #21711: support for "site-python" directories has now been removed from the site module (it was deprecated in 3.4).
Doc/library/site.rst
Lib/site.py
Lib/test/test_site.py
Misc/NEWS