﻿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
17832	setup.py - purelib comment	Matthias Kestenholz	nobody	"A comment in django/setup.py regarding purelib is exactly the wrong way around. This problem exists since Oct 16, 2006.

The following change fixes the comment:

{{{
diff --git a/setup.py b/setup.py
index fa42cac..72a38d0 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ def fullsplit(path, result=None):
         return result
     return fullsplit(head, [tail] + result)
 
-# Tell distutils to put the data_files in platform-specific installation
+# Tell distutils to not put the data_files in platform-specific installation
 # locations. See here for an explanation:
 # http://groups.google.com/group/comp.lang.python/browse_thread/thread/35ec7b2fed36eaec/2105ee4d9e8042cb
 for scheme in INSTALL_SCHEMES.values():
}}}"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed	setup.py		Ready for checkin	1	0	0	0	1	0
