#14398: runfcgi umask option should use literal value
-----------------------------+----------------------------------------------
 Reporter:  petteyg          |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  django-admin.py  |     Version:  1.2       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 The umask option is converted to an int, instead of taken as typed.

 ./manage.py runfcgi umask=0111 (decimal int) creates a socket with umask
 0157 (octal). umask=0022 creates a socket with umask 0026. umask=0027
 creares a socket with umask 0033.

 A user on IRC suggested use of ast.literal_eval() instead.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14398>
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