From: Ronald Oussoren Date: Fri, 20 Jul 2012 12:41:06 +0000 (+0200) Subject: Add missing NEWS entry for changeset b79d276041a8 X-Git-Tag: v3.3.0b2~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=818b1186f9459646a4ad7015ed45ce9dfea0fa55;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS entry for changeset b79d276041a8 --- diff --git a/Misc/NEWS b/Misc/NEWS index 31c998602d2a..cf18a82120a6 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 -------