Differences between revisions 3 and 4
Revision 3 as of 2007-08-04 15:44:43
Size: 158
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 3: Line 3:
 * Jython does not have {{{__builtins__}}} as a module. Django adds "_" as a convenience method for calling gettext  * 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)