From: Georg Brandl Date: Mon, 18 Jul 2005 08:53:40 +0000 (+0000) Subject: added news entry for previous checkin X-Git-Tag: v2.4.2c1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0b029a338cb401a371f19727f13113719fffaa;p=thirdparty%2FPython%2Fcpython.git added news entry for previous checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index fff4715a0593..002b49eea6a3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -86,6 +86,8 @@ Library 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.