diff options
author | Georg Brandl <georg@python.org> | 2005-07-18 08:53:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-18 08:53:40 (GMT) |
commit | eb0b029a338cb401a371f19727f13113719fffaa (patch) | |
tree | 7bbba1e1770eed59acdb24dba1e52529b3e4a609 /Misc | |
parent | 062f18661a89976dd22cda092b9d31808644e64a (diff) | |
download | cpython-eb0b029a338cb401a371f19727f13113719fffaa.zip cpython-eb0b029a338cb401a371f19727f13113719fffaa.tar.gz cpython-eb0b029a338cb401a371f19727f13113719fffaa.tar.bz2 |
added news entry for previous checkin
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |