Opened 17 years ago
Closed 17 years ago
#5319 closed (fixed)
Java is another special case for terminal colors
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | jython | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Jython doesn't fit into the existing tests for terminal colors, as its sys.stdout
doesn't have an isatty()
method.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | color.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added a test for Java so that Jython doesn't use terminal colors