Re: [Django] #11979: build omits django/conf/locale

2009-10-05 Thread Django
#11979: build omits django/conf/locale
-+--
  Reporter:  jbergstroem | Owner:  nobody 
Status:  closed  | Milestone: 
 Component:  Core framework  |   Version:  1.1
Resolution:  invalid |  Keywords:  locale install test
 Stage:  Unreviewed  | Has_patch:  0  
Needs_docs:  0   |   Needs_tests:  0  
Needs_better_patch:  0   |  
-+--
Changes (by ubernostrum):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 As of Python 2.6, `setup.py build` only places Python modules and and C
 extensions into the build directory, and does not deal with anything else;
 as such this is a (documented) limitation of `distutils`, and I don't
 think we'll be mis-labeling our locale data as code to try to work around
 it.

-- 
Ticket URL: 
Django 
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
-~--~~~~--~~--~--~---



Re: [Django] #11979: build omits django/conf/locale

2009-10-05 Thread Django
#11979: build omits django/conf/locale
-+--
  Reporter:  jbergstroem | Owner:  nobody 
Status:  new | Milestone: 
 Component:  Core framework  |   Version:  1.1
Resolution:  |  Keywords:  locale install test
 Stage:  Unreviewed  | Has_patch:  0  
Needs_docs:  0   |   Needs_tests:  0  
Needs_better_patch:  0   |  
-+--
Changes (by jbergstroem):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 And with __init__.py I of course meant {{{ __init__.py }}}

-- 
Ticket URL: 
Django 
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
-~--~~~~--~~--~--~---



[Django] #11979: build omits django/conf/locale

2009-10-04 Thread Django
#11979: build omits django/conf/locale
-+--
 Reporter:  jbergstroem  |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Core framework   | Version:  1.1   
 Keywords:  locale install test  |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 While working with a test failure in the Django test suite, I found out
 that a "python setup.py build" will omit django/conf/locale from the
 package.
 This is the result of tree walk omitting directories without a __init__.py
 (see
 [http://code.djangoproject.com/browser/django/trunk/setup.py?rev=11381#L53
 setup.py:53-60]).
 There are a couple of ways to solve this (where adding a __init__.py to
 django/conf/locale/ would be the laziest), so you guys will probably sort
 it out.

 (btw, should there be a "Install/setup" component?)

-- 
Ticket URL: 
Django 
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
-~--~~~~--~~--~--~---