Closed frace closed 9 years ago
Ah, my bad.
Btw. I already fixed some issues you mentioned. I marked and will mark all of those as code review
and reference your original review.
So if you want to you are able to follow the process and are able to comment if you feel like. :)
Yeah, yeah I saw them :+1:. I'll try out the program and see if I can contribute later.
Nice!
Reference: http://codereview.stackexchange.com/a/77176
@Ferada As far as I know
iteritems()
is gone in Python3 insteaditems()
returns an iterator now. See: