Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
series str as an iterator #3638
Comments
|
Not sure if this is a bug or a feature: the reason is that
not sure how useful that is though |
|
u could have it iterate like |
|
I'm a bit confused, the |
|
could change |
|
I think I suppose it makes sense, analogous to iterating through a string. I certainly have no idea what else it could/should do, perhaps more of an egg than a feature... :) |
|
I agree. I'm not sure this is that useful but it's less surprising than
|
|
I'm sold. pr? |
|
sure. also i will revert back to |
hayd commentedMay 17, 2013
This was noticed on SO by @dsm. It seems that the Series
strmethod is a never ending iterator. I have no idea whether this should be classified as a bug, or just misuse. But here goes: