Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

jython_now_has_isatty.diff (677 bytes ) - added by Leo Soto M. 16 years ago.

Download all attachments as: .zip

Change History (4)

by Leo Soto M., 16 years ago

Attachment: jython_now_has_isatty.diff added

comment:1 by Eric Holscher, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8239]) Fixed #8100: Jython, apparently, is now a TTY.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top