summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-06-29 03:08:34 (GMT)
committerNed Deily <nad@acm.org>2011-06-29 03:08:34 (GMT)
commit044369fd52209eb04e34a3ebf4628dec5500142d (patch)
tree1aa976d0511742f0fca7fd2ac56bb83184644ecb /Misc
parentfceb4120fc4dc4872255206c82f33fd39deb2615 (diff)
downloadcpython-044369fd52209eb04e34a3ebf4628dec5500142d.zip
cpython-044369fd52209eb04e34a3ebf4628dec5500142d.tar.gz
cpython-044369fd52209eb04e34a3ebf4628dec5500142d.tar.bz2
Issue #9516: Update Misc/NEWS to include packaging.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de3026b..282dc5a 100644
--- 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.