#17832: setup.py - purelib comment ------------------------------+---------------------- Reporter: mk | Owner: nobody Type: Bug | Status: new Component: Core (Other) | Version: SVN Severity: Normal | Keywords: setup.py Triage Stage: Unreviewed | Has patch: 1 Easy pickings: 1 | UI/UX: 0 ------------------------------+---------------------- 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(): }}} -- Ticket URL: <https://code.djangoproject.com/ticket/17832> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.