[issue1660009] continuing problem with httplib multiple set-cookie headers

2014-08-29 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - out of date stage: test needed - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009 ___

[issue1660009] continuing problem with httplib multiple set-cookie headers

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: msg179391 states this is fixed in Python 3 so we can close this as out of date. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009

[issue1660009] continuing problem with httplib multiple set-cookie headers

2013-01-08 Thread Piotr Dobrogost
Piotr Dobrogost added the comment: @jjlee What you said re commas in 2007 was wrong and still is. Joining (with commas) multiple header field values having the same field name unconditionally (without knowing it's safe) was not allowed by RFC 2616 and still is not allowed by the upcoming new

[issue1660009] continuing problem with httplib multiple set-cookie headers

2012-08-23 Thread moijes12
Changes by moijes12 moije...@gmail.com: -- nosy: -moijes12 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009 ___ ___ Python-bugs-list mailing

[issue1660009] continuing problem with httplib multiple set-cookie headers

2012-07-02 Thread moijes12
Changes by moijes12 moije...@gmail.com: -- nosy: +moijes12 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009 ___ ___ Python-bugs-list mailing

[issue1660009] continuing problem with httplib multiple set-cookie headers

2011-12-04 Thread Piotr Dobrogost
Changes by Piotr Dobrogost p...@python.dobrogost.net: -- nosy: +piotr.dobrogost ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009 ___ ___

[issue1660009] continuing problem with httplib multiple set-cookie headers

2010-09-21 Thread John J Lee
John J Lee jj...@users.sourceforge.net added the comment: What I said in 2007 re commas could be well out of date (might well have been so even then, in fact). Somebody should check what browsers do now... -- ___ Python tracker

[issue1660009] continuing problem with httplib multiple set-cookie headers

2010-09-16 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009

[issue1660009] continuing problem with httplib multiple set-cookie headers

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: John J Lee wrote: Hold on, httplib.HTTPMessage.addheader() is undocumented, hence private. Not so easy to know, as many things in the network libs are undocumented. And it can be still be wrong, regardless of being private. --

[issue1660009] continuing problem with httplib multiple set-cookie headers

2009-02-09 Thread Gabriel Genellina
Gabriel Genellina gagsl-...@yahoo.com.ar added the comment: I think this report is outdated and no more relevant. -- nosy: +gagenellina ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009

[issue1660009] continuing problem with httplib multiple set-cookie headers

2009-02-09 Thread John J Lee
John J Lee jj...@users.sourceforge.net added the comment: Why? ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1660009 ___ ___ Python-bugs-list mailing list

[issue1660009] continuing problem with httplib multiple set-cookie headers

2009-02-09 Thread David Margrave
David Margrave davi...@users.sourceforge.net added the comment: I'm not down in the weeds on this one at the moment (it was a long time ago and I've mostly forgotten about it), but recall that I agreed with jjlee's 3/15/07 annotation: http://bugs.python.org/msg31276 At least, I was able to get

[issue1660009] continuing problem with httplib multiple set-cookie headers

2009-02-08 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - georg.brandl components: +Documentation -Library (Lib) nosy: +georg.brandl type: - behavior versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org