Changes between Initial Version and Version 1 of Ticket #12506


Ignore:
Timestamp:
Jan 4, 2010, 9:08:02 PM (14 years ago)
Author:
Alex Gaynor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12506

    • Property Triage Stage UnreviewedAccepted
  • Ticket #12506 – Description

    initial v1  
    1 In particular this means things like __iter__ don't work if you have {{{ expected_types = [list, tuple] }}}.
     1In particular this means things like {{{ __iter__ }}} don't work if you have {{{ expected_types = [list, tuple] }}}.
Back to Top