Pixel <pixel@mandrakesoft.com> writes: > It's again a "Python (everything in its library raise an exception) vs > Perl (nothing in its library raise an exception)" Don't forget Java (everything should raise an exception but some things don't). E.g. File.lastModified() when a file doesn't exist.