summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-16 07:29:52 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-16 07:29:52 (GMT)
commitfdefc0a5a1b116fdcb34d372fa7f23992f3bdfeb (patch)
tree46eb8e83f3dbd1dbaa73e97790f1929b44df4dec /Misc
parent08a0bbc8461399ff7dac477c68fc6fc16156ee76 (diff)
downloadcpython-fdefc0a5a1b116fdcb34d372fa7f23992f3bdfeb.zip
cpython-fdefc0a5a1b116fdcb34d372fa7f23992f3bdfeb.tar.gz
cpython-fdefc0a5a1b116fdcb34d372fa7f23992f3bdfeb.tar.bz2
Fixed #6287: documentation for the license field in distutils
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44f30e0..ab00d38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,6 +327,8 @@ Core and Builtins
Library
-------
+- Issue #6287: Added the license field in Distutils documentation.
+
- Issue #6286: Now Distutils upload command is based on urllib2 instead of
httplib, allowing the usage of http_proxy.