Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-08-04 15:42:52
Size: 38
Comment:
Revision 4 as of 2007-08-04 15:52:40
Size: 357
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

 * 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).

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)