diff options
author | Thomas Heller <theller@ctypes.org> | 2006-07-13 17:05:13 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-07-13 17:05:13 (GMT) |
commit | 6e1ad2eb7daf9adb5b7454dde7e3d773961dc602 (patch) | |
tree | dad13d728daeabfda66037986a4f03ed7b1bb544 /Misc | |
parent | 2bdf29ec28fa5f5284d57672d63fdd8402030a92 (diff) | |
download | cpython-6e1ad2eb7daf9adb5b7454dde7e3d773961dc602.zip cpython-6e1ad2eb7daf9adb5b7454dde7e3d773961dc602.tar.gz cpython-6e1ad2eb7daf9adb5b7454dde7e3d773961dc602.tar.bz2 |
Fix misleading words.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Library Extension Modules ----------------- -- Bug #1521375: The code in ctypes.util.find_library was +- Bug #1521375: When the code in ctypes.util.find_library was run with root priviledges, it could overwrite or delete /dev/null in certain cases; this is now fixed. |