[Python-checkins] r50620 - python/trunk/Misc/NEWS

thomas.heller python-checkins at python.org
Thu Jul 13 19:05:14 CEST 2006


Author: thomas.heller
Date: Thu Jul 13 19:05:13 2006
New Revision: 50620

Modified:
   python/trunk/Misc/NEWS
Log:
Fix misleading words.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jul 13 19:05:13 2006
@@ -25,7 +25,7 @@
 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.
 


More information about the Python-checkins mailing list