#8680: gis may break Python help() modules command
---------------------------------+------------------------------------------
Reporter: kmtracey | Owner: nobody
Status: closed | Milestone: 1.0
Component: GIS | Version: SVN
Resolution: fixed | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------+------------------------------------------
Changes (by mtredinnick):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
As noted in #5743, our policy is not to break `help()` for everybody just
because we're installed, so this had to be fixed. There's a full
explanation in the earlier tickets (where people were playing "why is
Malcolm so dumb he can't understand this" and using sock puppets to teach
me the way forwards).
Justin: I somewhat arbitrarily chose `RuntimeError` (the choices are
`RuntimeError` and `ImportError`), but if you want to make a subclass of
`GEOSException` and `RuntimeError` because you really want to be able to
catch the former, go for it.
--
Ticket URL: <http://code.djangoproject.com/ticket/8680#comment:2>
Django Code <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
-~----------~----~----~----~------~----~------~--~---