[issue27466] [Copy from github user macartur] time2netscape missing comma

2016-07-08 Thread Robby Daigle
Robby Daigle added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue27466> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27466] [Copy from github user macartur] time2netscape missing comma

2016-07-07 Thread Robby Daigle
New submission from Robby Daigle: For the time2netscape function. expected: Wed, DD-Mon- HH:MM:SS GMT got: Wed DD-Mon- HH:MM:SS GMT In Lib/http/cookiejar.py, line 116 suggests that the format should include a comma while line 123 does not include the comma in the formatted string