Changes by Ali Polatel:
--
nosy: +hawking
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1651995>
_
___
Python-bugs-list mailing list
Unsubs
Ali Polatel <[EMAIL PROTECTED]> added the comment:
Probably related to this. test_pow fails on alpha with both 2.4.4 and 2.5.2.
test test_pow failed -- Traceback (most recent call last):
File
"/var/tmp/portage/dev-lang/python-2.4.4-r9/work/Python-2.4.4/Lib/test/test_pow.py&quo
New submission from Ali Polatel <[EMAIL PROTECTED]>:
fix_idioms.py generates bad code for conversions in try/except blocks.
Example:
s=(1, 2, 3)
try:
t = list(s)
t.sort()
except TypeError:
pass
fix_idioms.py generates this diff:
--- test.py (original)
+++ test.py (refa
Changes by Ali Polatel <[EMAIL PROTECTED]>:
--
nosy: +hawking
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3678>
___
___
Python