[Django] #18325: Wrap management stdout/stderr

7 views
Skip to first unread message

Django

unread,
May 16, 2012, 9:51:15 AM5/16/12
to django-...@googlegroups.com
#18325: Wrap management stdout/stderr
-------------------------------------+-------------------------------------
Reporter: claudep | Owner: nobody
Type: | Status: new
Cleanup/optimization | Version: master
Component: Core | Keywords:
(Management commands) | Has patch: 1
Severity: Normal | Needs tests: 0
Triage Stage: | Easy pickings: 0
Unreviewed |
Needs documentation: 0 |
Patch needs improvement: 0 |
UI/UX: 0 |
-------------------------------------+-------------------------------------
This cleanup is both a preparation to Python 3 (where sys.stdout expects
Unicode) and to redirect output to logging (#15107).

--
Ticket URL: <https://code.djangoproject.com/ticket/18325>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
May 19, 2012, 7:54:43 AM5/19/12
to django-...@googlegroups.com
#18325: Wrap management stdout/stderr
-------------------------------------+-------------------------------------
Reporter: claudep | Owner: nobody
Type: | Status: closed
Cleanup/optimization | Version: master
Component: Core (Management | Resolution: fixed
commands) | Triage Stage:
Severity: Normal | Unreviewed
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 0 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by Claude Paroz <claude@…>):

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


Comment:

In [822d6d6dabc959532fb2904376580e8947c519f6]:
{{{
#!CommitTicketReference repository=""
revision="822d6d6dabc959532fb2904376580e8947c519f6"
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/18325#comment:1>

Django

unread,
Oct 10, 2012, 11:56:58 AM10/10/12
to django-...@googlegroups.com
#18325: Wrap management stdout/stderr
-------------------------------------+-------------------------------------
Reporter: claudep | Owner: nobody
Type: | Status: closed
Cleanup/optimization | Version: master

Component: Core (Management | Resolution: fixed
commands) | Triage Stage:
Severity: Normal | Unreviewed
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 0 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by Claude Paroz <claude@…>):

In [changeset:"dcdaf9a07901c80c0d93663b348595dd2ba7b7a6"]:
{{{
#!CommitTicketReference repository=""
revision="dcdaf9a07901c80c0d93663b348595dd2ba7b7a6"
Fixed error output from runserver

This has been missed in commit 822d6d6dab (Refs #18325).
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/18325#comment:2>

Django

unread,
Apr 27, 2020, 4:44:39 AM4/27/20
to django-...@googlegroups.com
#18325: Wrap management stdout/stderr
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Core (Management | Version: master
commands) |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"71d9876e39abafe81e031b92ecd300c7d13346ea" 71d9876e]:
{{{
#!CommitTicketReference repository=""
revision="71d9876e39abafe81e031b92ecd300c7d13346ea"
Refs #18325 -- Removed unnecessary line endings in management commands.

The OutputWrapper automatically adds \n when it’s not present.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/18325#comment:3>

Reply all
Reply to author
Forward
0 new messages