#9611: contrib.gis has liberal use of the @ decorator syntax not compatible with python 2.3 --------------------------------------+------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: GIS | Version: 1.0 Keywords: gis, python2.3 | Stage: Unreviewed Has_patch: 0 | --------------------------------------+------------------------------------- For example see [http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/maps/google/gmap.py gis/maps/google/gmap.py] for the use of @property decorator. This is in the 1.0.1 release as well as trunk. Docs state compatibility with 2.3 in many places ([http://docs.djangoproject.com/en/dev/faq/install/#do-i-lose- anything-by-using-python-2-3-versus-newer-python-versions-such-as- python-2-5 example here]). It would be trivial to rewrite these in the 2.3 syntax.
-- Ticket URL: <http://code.djangoproject.com/ticket/9611> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
