http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/__init__.html
That is to say, if two Stem classes ' attributes are # the same but use different types we no longer consider them to be equal. # For example... # # s1 = Schedule(classes = [ ' Math ' , ' Art ' , ' PE ' ]) # s2 = Schedule(classes = ( ' Math ' , ' Art ' , ' PE ' )) # # Prior to Stem 1.7 s1 and s2 would be equal, but afterward unless Stem ' s # construcotr normalizes the types they won ' t. # # This change in behavior is the right thing to do but carries...