New submission from Paul Moore <p.f.mo...@gmail.com>:

When uninstalling a package installed using a bdist_wininst installer, the 
uninstall reports "XXX files and directories could not be removed". The problem 
appears to be the __pycache__ directories introduced in Python 3.2, which are 
not removed properly.

----------
assignee: tarek
components: Distutils, Windows
messages: 145090
nosy: eric.araujo, pmoore, tarek
priority: normal
severity: normal
status: open
title: bdist_wininst uninstaller does not remove pycache directories
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13123>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to