Changes between Initial Version and Version 1 of Ticket #25807


Ignore:
Timestamp:
Nov 24, 2015, 8:58:01 AM (9 years ago)
Author:
Baptiste Mispelon
Comment:

I can reproduce the issue indeed (couldn't figure out how to make a testcase for it though).

Bisecting the issue points to 2bb1027d6bcdad59624a9d08701e0d2e4a9c0ba7.

Thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25807

    • Property Component UncategorizedMigrations
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedBug
  • Ticket #25807 – Description

    initial v1  
    33
    44it prompt:
    5 ```
     5{{{
    66Traceback (most recent call last):
    77  File "./manage.py", line 10, in <module>
     
    4242    return func(self._wrapped, *args)
    4343TypeError: '_sre.SRE_Pattern' object is not iterable
    44 ```
     44}}}
Back to Top