#9146: handlers/base.py relies on cpython-specific behavior
-------------------------------------+--------------------------------------
          Reporter:  fijal           |         Owner:  jacobkm     
            Status:  closed          |     Milestone:  1.1         
         Component:  Core framework  |       Version:  1.0         
        Resolution:  invalid         |      Keywords:  pypy obscure
             Stage:  Accepted        |     Has_patch:  0           
        Needs_docs:  0               |   Needs_tests:  0           
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by dc):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 > I think it should print NameError? inside print.

 No, it shouldn't. This is officially documented in the Python Language
 Reference: http://docs.python.org/reference/compound_stmts.html#try:
 "The exception information is not available to the program during
 execution of the finally clause."

 > The same logic is in handlers/base.py

 Could not find similar logic in that file. Please reopen if you can
 provide more information

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9146#comment:5>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to