[issue7370] BaseHTTPServer reinventing rfc822 date formatting

2016-03-07 Thread Berker Peksag

Berker Peksag added the comment:

There is an up-to-date patch for Python 3 in issue 747320. Closing this as a 
duplicate.

--
nosy: +berker.peksag
resolution:  -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder:  -> rfc2822 formatdate functionality duplication
type: behavior -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7370] BaseHTTPServer reinventing rfc822 date formatting

2013-02-25 Thread karl

karl added the comment:

I think it is now fixed by my patch in http://bugs.python.org/issue747320

--
nosy: +karlcow

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7370
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7370] BaseHTTPServer reinventing rfc822 date formatting

2010-06-17 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

The HTTP RFCs reference the email RFCs for the date format, so the email 
package is the logical place for this function: email is the correct 
responsible party.  In any case, the function resides in email.utils, which has 
no dependencies on anything else in the email package.  Of course, it does have 
dependencies on other parts of the python standard library, but I hardly think 
you'd want every module re-implementing every stdlib function.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7370
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7370] BaseHTTPServer reinventing rfc822 date formatting

2010-06-16 Thread Brian Curtin

Changes by Brian Curtin cur...@acm.org:


--
title: patch: BaseHTTPServer reinventing rfc822 date formatting - 
BaseHTTPServer reinventing rfc822 date formatting

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7370
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com