[New-bugs-announce] [issue1209] IOError won't accept tuples longer than 3

Jim Jewett report at bugs.python.org
Thu Sep 27 02:23:46 CEST 2007


New submission from 
					Jim Jewett
				:

EnvironmentError (including subclass IOError) has special treatment when 
constructed with a 2-tuple or 3-tuple.  A four-tuple turns off this special 
treatment (and was used by urllib for that reason).  As of 2.5, a four-tuple 
raises a TypeError instead of just turning off the special treatment.

----------
components: Extension Modules
messages: 56150
nosy: jimjjewett
severity: normal
status: open
title: IOError won't accept tuples longer than 3
type: behavior
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1209>
__________________________________


More information about the New-bugs-announce mailing list