Ticket #16437: outdated_comment-16437.diff

File outdated_comment-16437.diff, 382 bytes (added by teraom, 13 years ago)
  • django/test/testcases.py

     
    544544        if func is None:
    545545            return context
    546546
    547         # Basically emulate the `with` statement here.
    548547        with context:
    549548            func(*args, **kwargs)
    550549
Back to Top