slac207 / cs207project

MIT License
0 stars 4 forks source link

`itertimes` and `iteritems` aren't supposed to be dunders? #6

Closed sanoke closed 8 years ago

sanoke commented 8 years ago

@cocochrane I don't think that itertimes and iteritems are supposed to be dunders...? I'm guessing by the way they were referred to in the third project specification. Change them to regular functions (without the underscores)? What do other people think?

cocochrane commented 8 years ago

Fixed