#8100 closed (fixed)
Re-enable isatty() on Jython
Reported by: | Leo Soto M. | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | jython | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Jython 2.5 will have isatty()
, by using the jna-posix project.
Thus, the attached patch re-enables color support for management commands.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | jython_now_has_isatty.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8239]) Fixed #8100: Jython, apparently, is now a TTY.