Message18535
| Author | effbot |
|---|---|
| Recipients | |
| Date | 2004-09-03.12:04:08 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES
user_id=38376
Still there in 2.4a3, as the following revised example shows:
import re
m = re.finditer(".*", "asdf")
print m.next().span()
print m.next().span()
print m.next().span() # this should raise an exception
Gustavo, can you look at this patch too? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:17:27 | admin | link | issue817234 messages |
| 2007-08-23 14:17:27 | admin | create | |