[issue6588] insert cookies into cookie jar - cookielib.py

2014-08-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 does not get enhancements and Lu's comment suggests that the enhancement is already in 3.x. -- nosy: +terry.reedy resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org

[issue6588] insert cookies into cookie jar - cookielib.py

2014-06-22 Thread SHIRLEY LU
SHIRLEY LU added the comment: Is this issue still relevant? Adding new cookies is supported in the cookiejar.py lib now. There does not seem to be an issue with null version. -- nosy: +shirllu versions: +Python 2.7 -Python 3.2 ___ Python tracker

[issue6588] insert cookies into cookie jar - cookielib.py

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: - unit test needed versions: +Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6588 ___

[issue6588] insert cookies into cookie jar - cookielib.py

2010-05-09 Thread John J Lee
John J Lee jj...@users.sourceforge.net added the comment: Jon, If you want to get these changes applied you need to: 1. Split up these three separate issues 2. Most important: explain in full detail exactly how you used cookielib, what you expected it to do, and what it actually did, and

[issue6588] insert cookies into cookie jar - cookielib.py

2010-05-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Minor remarks: - generate your patch from the top-level directory, so that people can just apply the patch from there (see http://www.python.org/dev/patches/); - don’t put two statements on one line (“if thing: dostuff()”), as per PEP 8.

[issue6588] insert cookies into cookie jar - cookielib.py

2009-07-27 Thread Jon Debonis
New submission from Jon Debonis j...@tooln.com: Added ability to insert cookies into cookie jar. Fixed problem where some domain names are prepended with '.' and others were not. Fixed problem with _LWPCookieJar.py to handle case where version = None import urllib2, urllib, time import