commit | 150db73c78daf5d8966ef5a5e700f87c28a02d80 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jul 18 08:53:17 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jul 18 08:53:17 2005 +0000 |
tree | 72a9c7512164141922dcb9060c85cec06b76ad2f | |
parent | 2d8cc618db60a1e06e834655d856c3e917e39a54 [diff] [blame] |
added news entry for previous checkin
diff --git a/Misc/NEWS b/Misc/NEWS index 27d2763..fc7500b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,8 @@ 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.