]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing NEWS entry for changeset b79d276041a8
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 20 Jul 2012 12:41:06 +0000 (14:41 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 20 Jul 2012 12:41:06 +0000 (14:41 +0200)
Misc/NEWS

index 31c998602d2a449518dfa39fb5d7ae94df73fb9b..cf18a82120a6d84cfb70a918dbbb2c150c3acf4b 100644 (file)
--- 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
 -------