[Tutor] where to report a bug?

Jerry Hill malaclypse2 at gmail.com
Fri Jul 25 17:22:25 CEST 2008


On Fri, Jul 25, 2008 at 10:04 AM, Rick Pasotto <rick at niof.net> wrote:
> I have a script that works fine on my linux machine but bombs out when
> run under windows using the exact same data files. The script downloads
> a file then unzips it and then scans the resulting file for certain
> records. Under Windows it gets a memory error in the unzip routine.
>
> Where should I send the error report?

In general, http://bugs.python.org/ is the place to report python bugs.

Before you do that though, you should probably put together a bit of
sample code to show the bug, and post it to comp.lang.python (or the
main python mailing list - they mirror each other).  That will help
make sure there isn't a bug in your code rather than in the zipfile
module.

-- 
Jerry


More information about the Tutor mailing list