[Python-checkins] cpython: Issue #9516: Update Misc/NEWS to include packaging.

ned.deily python-checkins at python.org
Wed Jun 29 05:24:53 CEST 2011


http://hg.python.org/cpython/rev/1bd45742751b
changeset:   71054:1bd45742751b
user:        Ned Deily <nad at acm.org>
date:        Tue Jun 28 20:08:34 2011 -0700
summary:
  Issue #9516: Update Misc/NEWS to include packaging.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,7 +209,7 @@
   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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list