diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-11-29 22:24:57 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-11-29 22:24:57 (GMT) |
commit | acafc2d3d114fbbdf65bd1d77a6bbf39b94971f6 (patch) | |
tree | 6924907b06f9a97583ec70088192f7be4ba48aba /Misc/NEWS | |
parent | c50e05ea9acbc10e86da3f861662e197f36f0cd9 (diff) | |
download | cpython-acafc2d3d114fbbdf65bd1d77a6bbf39b94971f6.zip cpython-acafc2d3d114fbbdf65bd1d77a6bbf39b94971f6.tar.gz cpython-acafc2d3d114fbbdf65bd1d77a6bbf39b94971f6.tar.bz2 |
Merged revisions 76588 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76588 | tarek.ziade | 2009-11-29 23:20:30 +0100 (Sun, 29 Nov 2009) | 1 line
Fixed #7408: dropped group ownership checking because it relies on os-specific rules
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,6 +140,10 @@ C-API Library ------- +- Issue #7408: Fixed distutils.tests.sdist so it doesn't check for group + ownership when the group is not forced, because the group may be different + from the user's group and inherit from its container when the test is run. + - Issue #4486: When an exception has an explicit cause, do not print its implicit context too. This affects the `traceback` module as well as built-in exception printing. |