[issue1347] BaseHTTPServer writing strings to bytes interface

2007-10-30 Thread Bill Janssen
Bill Janssen added the comment: Fixed in rev 58718 -- keywords: +py3k resolution: accepted -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1347] BaseHTTPServer writing strings to bytes interface

2007-10-29 Thread Bill Janssen
Bill Janssen added the comment: Will do. On 10/29/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Guido van Rossum added the comment: > > Looks good. You can check this in yourself right? > > -- > assignee: -> janssen > nosy: +gvanrossum > resolution: -> accepted > > __

[issue1347] BaseHTTPServer writing strings to bytes interface

2007-10-29 Thread Guido van Rossum
Guido van Rossum added the comment: Looks good. You can check this in yourself right? -- assignee: -> janssen nosy: +gvanrossum resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __

[issue1347] BaseHTTPServer writing strings to bytes interface

2007-10-28 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

[issue1347] BaseHTTPServer writing strings to bytes interface

2007-10-27 Thread Bill Janssen
New submission from Bill Janssen: A number of places in the BaseHTTPServer got missed when converting between bytes and strings. Here's a patch to fix that. -- components: Library (Lib) files: a messages: 56868 nosy: janssen severity: normal status: open title: BaseHTTPServer writing s