[Python-checkins] python/dist/src/Misc NEWS,1.388,1.389
tim_one@sourceforge.net
tim_one@sourceforge.net
2002年4月16日 13:48:03 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv12202/python/Misc
Modified Files:
NEWS
Log Message:
Windows installer: disabled Wise's "delete in-use files" uninstall
option. It was the cause of at least one way UNWISE.EXE could vanish
(install a python; uninstall it; install it again; reboot the machine;
abracadabra the uinstaller is gone).
Bugfix candidate, but I'll backport it myself.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.388
retrieving revision 1.389
diff -C2 -d -r1.388 -r1.389
*** NEWS 15 Apr 2002 13:36:44 -0000 1.388
--- NEWS 16 Apr 2002 20:48:01 -0000 1.389
***************
*** 185,188 ****
--- 185,192 ----
Windows
+ - Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
+ of that has been fixed in the installer (disabled Wise's "delete in-
+ use files" uninstall option).
+
- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]