[issue1310] tempfile breaks on Windows

2007-10-22 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r58590. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1310] tempfile breaks on Windows

2007-10-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1310] tempfile breaks on Windows

2007-10-21 Thread Christian Heimes
New submission from Christian Heimes: tempfile breaks on Windows because exception objectss no longer support e[0]. The fix is simple and short: Index: Lib/tempfile.py === --- Lib/tempfile.py (Revision 58587) +++ Lib/tempfile.py