1 | initial version |
Never mind.
sage: matches.group(int(1))
'bar'
This seems bad, though. I suppose there isn't any way to notice when we are using "pure Python" commands and for the preparser to at least try not doing the whole Integer
thing if it gets an Error
of some kind? Maybe that would lead to more chaos than we'd like.
2 | No.2 Revision |
Never mind.
sage: matches.group(int(1))
'bar'
Leaving this up for those who might stumble. I'll try to think of a better title for the question so people find it.
This seems bad, though. I suppose there isn't any way to notice when we are using "pure Python" commands and for the preparser to at least try not doing the whole Integer
thing if it gets an Error
of some kind? Maybe that would lead to more chaos than we'd like.