#15107: Convert core commands to use self.std(out|err) instead of
sys.std(out|err)/print
--------------------------------------+-------------------------------------
          Reporter:  mmcnickle        |         Owner:  mmcnickle
            Status:  new              |     Milestone:  1.3      
         Component:  django-admin.py  |       Version:  SVN      
        Resolution:                   |      Keywords:           
             Stage:  Accepted         |     Has_patch:  0        
        Needs_docs:  0                |   Needs_tests:  0        
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by russellm):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 For background -- the transition to self.stdout/stderr was done to ensure
 easy testing, and as a side effect, to allow Django commands to be used as
 a service. We've converted those commands that needed to be converted for
 the purpose of Django's own testing; the remainder is left as a work in
 progress.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15107#comment:1>
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to