Differences between revisions 4 and 5
Revision 4 as of 2007-08-04 15:52:40
Size: 357
Comment:
Revision 5 as of 2007-08-04 15:52:56
Size: 358
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * Jython does not have {{{sys.stdout.isatty}}. Jython should get added to the exclusions around that call (win32 and 'Pocket PC' are already excluded).  * Jython does not have {{{sys.stdout.isatty}}}. Jython should get added to the exclusions around that call (win32 and 'Pocket PC' are already excluded).

Gaps between Jython and Django

  • Jython does not have __builtins__ as a module. Django adds "_" as a convenience method for calling gettext. Jython should make builtins a module.

  • Jython does not have sys.stdout.isatty. Jython should get added to the exclusions around that call (win32 and 'Pocket PC' are already excluded).

DjangoOnJython (last edited 2014-05-22 23:24:19 by AdamBurke)