Differences between revisions 13 and 14
Revision 13 as of 2007-09-06 02:16:24
Size: 1205
Comment:
Revision 14 as of 2007-09-06 05:18:39
Size: 2183
Editor: pc-112-141-104-200
Comment: Added two more gaps, some links to relevant bugs and patches and some more info.
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
    * According to the Python docs, {{{__builtins__}}} is a implementation detail and shouldn't be used by portable applications. -- LeonardoSoto
Line 5: Line 6:
   * Fixed in [http://code.djangoproject.com/changeset/6032 Django changeset 6032]
Line 6: Line 8:
 * Jython does not support non-str keys in {{{__dict__}}} right now. If Groves' HashMap replacement works out maybe this issue will disappear. Problem encountered in {{{django/utils/_threading_local.py}}}    * {{{os.chmod}}} should be implemented too (After checking for write permissions, Django will try to change them if necessary).
     * That's hard. Maybe Django shouldn't check for permissions if running on
Jython.
 * Jython
does not support non-str keys in {{{__dict__}}} right now. If Groves' HashMap replacement works out maybe this issue will disappear. Problem encountered in {{{django/utils/_threading_local.py}}}.
Line 8: Line 12:
   * See [http://sourceforge.net/tracker/index.php?func=detail&aid=1544953&group_id=12867&atid=112867 bug 1544953]
Line 10: Line 15:
 * metaclasses need to know the {{{__module__}}} of its classes [http://sourceforge.net/tracker/index.php?func=detail&aid=1781500&group_id=12867&atid=112867 bug] [http://sourceforge.net/tracker/index.php?func=detail&aid=1789137&group_id=12867&atid=312867 patch]
 * inspect.isclass(time) shouldn't return True [http://sourceforge.net/tracker/index.php?func=detail&aid=1786009&group_id=12867&atid=112867 bug]

Gaps between Jython and Django

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