summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-05-11 14:00:00 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-05-11 14:00:00 (GMT)
commitaac5c8669f34b285c9582dd7083d74dcca31dbae (patch)
treec5f8bef43d564d2e294b5ccb867740610be9241a /Misc/NEWS
parent6c02916dfbdad27f26888c287d2cfa5639667731 (diff)
downloadcpython-aac5c8669f34b285c9582dd7083d74dcca31dbae.zip
cpython-aac5c8669f34b285c9582dd7083d74dcca31dbae.tar.gz
cpython-aac5c8669f34b285c9582dd7083d74dcca31dbae.tar.bz2
#1858: re-apply patch for this, adding the missing files
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9007462..3344fc9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -381,6 +381,11 @@ Library
platforms when x is too large to fit into an IEEE 754 float; previously
it only raised OverflowError on non IEEE 754 platforms.
+- Issues #2166, #1741 and #1531505: now distutils deals with HOME
+ correctly under win32
+
+- #1858: distutils: added multiple server support in .pypirc
+
- Issue #1106316: pdb.post_mortem()'s parameter, "traceback", is now
optional: it defaults to the traceback of the exception that is currently
being handled (is mandatory to be in the middle of an exception, otherwise