Re: [Python-Dev] r84771 - python/branches/release27-maint/Lib/test/test_io.py

2010-09-16 Thread Antoine Pitrou
On Thu, 16 Sep 2010 17:27:50 +0200 Georg Brandl wrote: > Maybe you want to mention *who* warns? I suppose it's the -3 flag: $ ~/cpython/27/python -3 -c "1/0" -c:1: DeprecationWarning: classic int division Traceback (most recent call last): File "", line 1, in ZeroDivisionError: integer divisi

Re: [Python-Dev] r84771 - python/branches/release27-maint/Lib/test/test_io.py

2010-09-16 Thread Georg Brandl
Maybe you want to mention *who* warns? Georg Am 13.09.2010 10:20, schrieb florent.xicluna: > Author: florent.xicluna > Date: Mon Sep 13 10:20:19 2010 > New Revision: 84771 > > Log: > Silence warning about 1/0 > > Modified: >python/branches/release27-maint/Lib/test/test_io.py > > Modified: