Django

Code

Ticket #8100 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

Re-enable isatty() on Jython

Reported by: leosoto Assigned to: nobody
Milestone: 1.0 Component: Testing framework
Version: SVN Keywords: jython
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

jython_now_has_isatty.diff (0.7 kB) - added by leosoto on 08/03/08 22:29:58.

Change History

08/03/08 22:29:58 changed by leosoto

  • attachment jython_now_has_isatty.diff added.

08/08/08 11:49:23 changed by ericholscher

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

08/08/08 13:51:35 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #8100 (Re-enable isatty() on Jython)




Change Properties
Action