#24903: Backport assertRaisesMessage fix
-------------------------------------+-------------------------------------
     Reporter:  MoritzS              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Testing framework    |                  Version:  1.8
     Severity:  Normal               |               Resolution:
     Keywords:  test assert raises   |             Triage Stage:
  message                            |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by MoritzS):

 {{{
 $ wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tar.xz
 $ tar -xf Python-2.7.10.tar.xz
 $ grep -n 'is _sentinel' Python-2.7.10/Lib/unittest/case.py
 472:        if callableObj is _sentinel:
 992:        if callable_obj is _sentinel:
 }}}
 I took it straight from the official download, so I think that's the final
 version.

 The changes got reverted here:
 https://hg.python.org/cpython/rev/0c93868f202e
 Unfortunately that got merged into the 2.7 branch just after the 2.7.10
 release.

--
Ticket URL: <https://code.djangoproject.com/ticket/24903#comment:3>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7f9baa9cd64efed8e133d51c9a20e2c0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to