Alf P. Steinbach <al...@start.no> added the comment:

No, sorry, the bugs in [wave.py] have nothing to do with a name IN A COMMENT in 
the trivial code to exercise the bugs.

To reproduce the crash, just run the supplied code with Python 3.1.1 in Windows 
XP.

The cause of the crash is, as I pointed out, use of Python 2.x "/" division 
instead of Python 3.x "//" division. The author of [wave.py] had fixed that in 
some places. But he/she forgot two places.


Cheers & hth.,

- Alf

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7681>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to