Changes between Initial Version and Version 1 of Ticket #20745, comment 8


Ignore:
Timestamp:
Sep 7, 2013, 12:36:28 PM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20745, comment 8

    initial v1  
    11We can distinguish between the two kinds of TypeError with [http://docs.python.org/2/library/inspect#inspect.getcallargs inspect.getcallargs].
    22
    3 We recently did it to fix a similar problem in django/contrib/auth/__init__.py.
     3We recently did it to fix a similar problem in `django/contrib/auth/__init__.py`.
Back to Top