This module generates temporary files and directories. It works on all supported platforms.In version 2.3 of Python, this module was overhauled重写 for enhanced security. It now provides three new functions,NamedTemporaryFile(), mkstemp(), and mkdtemp(
http://blog.csdn.net/Eastmount/article/details/18821221 本文主要是项目"个人电脑使用记录清除软件"系类文章中关于清除浏览器Cookies.IE临时文件.最近使用历史记录等内容.该篇文章的基本思想路线是首先了解上网历史记录的Windows中常用文件路径,再通过文件delete方法删除该文件下内容,但是很多文件不能读取的;最后的解决方案是借助RunDll32.exe的Internet实现删除缓存功能. 一. IE历史记录文件路径 In