summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2012-07-20 12:41:06 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2012-07-20 12:41:06 (GMT)
commit818b1186f9459646a4ad7015ed45ce9dfea0fa55 (patch)
treeadce4311ab5fda3051dc9b89261ad30d0bf23ba7 /Misc
parent674d6a6972d7e49e64f3a94abd551a2445617227 (diff)
downloadcpython-818b1186f9459646a4ad7015ed45ce9dfea0fa55.zip
cpython-818b1186f9459646a4ad7015ed45ce9dfea0fa55.tar.gz
cpython-818b1186f9459646a4ad7015ed45ce9dfea0fa55.tar.bz2
Add missing NEWS entry for changeset b79d276041a8
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31c9986..cf18a82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
- Issue #15229: An OSError subclass whose __init__ doesn't call back
OSError.__init__ could produce incomplete instances, leading to crashes
when calling str() on them.
+
+- Issue 15307: Virtual environments now use symlinks with framework builds
+ on Mac OS X, like other POSIX builds.
Library
-------