[issue5659] logging.FileHandler encoding parameter does not work as expected

2009-04-02 Thread Kuno
Kuno added the comment: Ah! Good to know that it has been fixed already. Thank you. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue5659] logging.FileHandler encoding parameter does not work as expected

2009-04-02 Thread Vinay Sajip
Vinay Sajip added the comment: This was a regression in 2.6, previously reported in issue #5170, and was fixed in trunk in r69447 and in the release26-maint branch in r69448. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue5659] logging.FileHandler encoding parameter does not work as expected

2009-04-01 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> vsajip nosy: +vsajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue5659] logging.FileHandler encoding parameter does not work as expected

2009-04-01 Thread Kuno
New submission from Kuno : When attempting to use the encoding="" parameter of logging.FileHandler I always get a UnicodeError. This looks like a bug to me (otherwise I am seriously misunderstanding what the parameter is supposed to do). The attached file contains the code to reproduce this erro