dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

__builtins__ usage breaks on Jython #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
__builtins__ is only guaranteed on CPython according to 
http://code.djangoproject.com/ticket/5239. tagging makes use of it and it 
really use a declarative 
exception catching syntax instead. See patch.

Original issue reported on code.google.com by bros...@gmail.com on 19 Aug 2008 at 7:05

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in r147

Original comment by doug.nap...@gmail.com on 20 Aug 2008 at 11:29