Message338234
| Author | Farbod Safe2 |
|---|---|
| Recipients | Farbod Safe2 |
| Date | 2019-03-18.15:03:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552921439.06.0.146720429556.issue36349@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Below two print statements should give the same results but they don't: import re s = '[a]' print(*re.findall(r'\[.*]',s)) [a] print(*re.findall(r'\[(.*)]',s)) a |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-18 15:03:59 | Farbod Safe2 | set | recipients: + Farbod Safe2 |
| 2019-03-18 15:03:59 | Farbod Safe2 | set | messageid: <1552921439.06.0.146720429556.issue36349@roundup.psfhosted.org> |
| 2019-03-18 15:03:59 | Farbod Safe2 | link | issue36349 messages |
| 2019-03-18 15:03:58 | Farbod Safe2 | create | |