0x163mL / pygraphics

Automatically exported from code.google.com/p/pygraphics
0 stars 0 forks source link

No __eq__ for sounds and pictures #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Pictures and sounbs are never == unless they are the same object. I've 
added an __eq__ for sounds, because students are wanting to use it to 
verify that the wavs they generate are the same as the samples I've given. 
Please help if there is a more efficient way to test for equality. 
Pictures could use an __eq__ too, but I haven't done that.

Original issue reported on code.google.com by daniel.z...@gmail.com on 6 Jun 2009 at 5:43