[Python-Dev] How to test for stuff like fsync?

Anthony Baxter anthony at interlink.com.au
Sat Sep 27 00:33:20 EDT 2003


>>> Skip Montanaro wrote
> * Is there a reasonable way to write tests which will detect this sort of
>   error?

A thought that occurred to me a short time ago: write a script that outputs
the contents of each builtin module (the names in the module) to a file.

Run that under previous version of python. Run it under release candidate.
Compare differences. 

Anthony

-- 
Anthony Baxter     <anthony at interlink.com.au>   
It's never too late to have a happy childhood.




More information about the Python-Dev mailing list