Changes between Initial Version and Version 1 of Ticket #20745, comment 8
- Timestamp:
- Sep 7, 2013, 12:36:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20745, comment 8
initial v1 1 1 We can distinguish between the two kinds of TypeError with [http://docs.python.org/2/library/inspect#inspect.getcallargs inspect.getcallargs]. 2 2 3 We recently did it to fix a similar problem in django/contrib/auth/__init__.py.3 We recently did it to fix a similar problem in `django/contrib/auth/__init__.py`.