﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24388	Drop django.utils._os.rmtree_errorhandler	Aymeric Augustin	nobody	"When Django was maintained with SVN, `collectstatic` could copy the `.svn` directory inside each directory (e.g. when testing `use_default_ignore_patterns=False`). Removing these directories was a problem on Windows.  [d18d37ce] introduced `rmtree_errorhandler` to solve that problem.

Since we've moved to git, there's a single `.git` directory at the root of the repository and we don't need that anymore.

[a9a0f0b0] also used `rmtree_errorhandler` in `startproject`/`startapp`. It's a large commit. I couldn't find anything about `rmtree_errorhandler` in the ticket, in the code or in the tests. I assume it was included for extra safety."	Cleanup/optimization	closed	Utilities	dev	Normal	fixed			Accepted	0	0	0	0	0	0
