]> granicus.if.org Git - python/commitdiff
Issue #9516: Update Misc/NEWS to include packaging.
authorNed Deily <nad@acm.org>
Wed, 29 Jun 2011 03:08:34 +0000 (20:08 -0700)
committerNed Deily <nad@acm.org>
Wed, 29 Jun 2011 03:08:34 +0000 (20:08 -0700)
Misc/NEWS

index de3026bc6bad6508c4abdbb6aff34ed82e8a1a57..282dc5ac0c67ebb56577108360556b159c5dad5c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,7 +209,7 @@ Library
   still possible to globally override the default by setting
   MACOSX_DEPLOYMENT_TARGET before launching the interpreter; its value must be
   greater or equal to the default value, the value with which the interpreter
-  was built.
+  was built.  Also, implement the same handling in packaging.
 
 - Issue #12422: In the copy module, don't store objects that are their own copy
   in the memo dict.