#14145: undeterministic behavior when project or app template contains dotdir
-----------------------------+----------------------------------------------
 Reporter:  marbu            |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  django-admin.py  |     Version:  SVN       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 This bug is minor and is not causing any problems in current release, but
 if you are interested:

 I found a bug in function copy_helper() from django/core/management/base.
 This functions manages the copy process of project or app template and
 tries to avoid copying certain files and directories. But the method used
 to skip directories starting with dot character is wrong - it deletes from
 the array it is iterating on, thus behaving in  a non deterministic way.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14145>
Django <http://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-upda...@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.

Reply via email to