diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-13 17:37:26 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-13 17:37:26 (GMT) |
commit | b7eca839f79a6cb2188958f9bc762b5cd059df56 (patch) | |
tree | 9b89da9a4528ccb638821502090e2e969af5516b /Misc | |
parent | 6e1ad2eb7daf9adb5b7454dde7e3d773961dc602 (diff) | |
download | cpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.zip cpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.tar.gz cpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.tar.bz2 |
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Extension Modules ----------------- - Bug #1521375: When the code in ctypes.util.find_library was - run with root priviledges, it could overwrite or delete + run with root privileges, it could overwrite or delete /dev/null in certain cases; this is now fixed. - Bug #1467450: On Mac OS X 10.3, RTLD_GLOBAL is now used as the |