summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-08-20 21:23:13 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-08-20 21:23:13 (GMT)
commit764fc235a6d6a8cf54ca47911e2237f2f17e38a7 (patch)
treeb3cca1cacd538c26059ff43048a96c4fca4d3a9d /Misc
parent4e63d54b36093f35533bc0871bfa6ad3111bd048 (diff)
downloadcpython-764fc235a6d6a8cf54ca47911e2237f2f17e38a7.zip
cpython-764fc235a6d6a8cf54ca47911e2237f2f17e38a7.tar.gz
cpython-764fc235a6d6a8cf54ca47911e2237f2f17e38a7.tar.bz2
#6693: New functions in site.py to get user/global site packages paths.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bb0d5e..a8a738d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Core and Builtins
Library
-------
+- Issue #6693: New functions in site.py to get user/global site packages paths.
+
- The thread.lock type now supports weak references.
- Issue #1356969: Add missing info methods in Tix.HList.