From: Georg Brandl Date: Mon, 18 Jul 2005 08:53:17 +0000 (+0000) Subject: added news entry for previous checkin X-Git-Tag: v2.5a0~1576 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=150db73c78daf5d8966ef5a5e700f87c28a02d80;p=thirdparty%2FPython%2Fcpython.git added news entry for previous checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index 27d27632fe83..fc7500bcc079 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -418,6 +418,8 @@ Tests Documentation ------------- +- Bug #755617: Document the effects of os.chown() on Windows. + - Patch #1180012: The documentation for modulefinder is now in the library reference. - Patch #1213031: Document that os.chown() accepts argument values of -1.