[issue1209] IOError won't accept tuples longer than 3

2007-09-26 Thread Georg Brandl
Georg Brandl added the comment: Wasn't that already fixed in #1566800? -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1209] IOError won't accept tuples longer than 3

2007-09-26 Thread Jim Jewett
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 th