[issue16362] _LegalCharsPatt in cookies.py includes illegal characters

2012-10-30 Thread Graham Dumpleton
Graham Dumpleton added the comment: For that cookie string to be valid in the first place, shouldn't it have been sent as: 'HTTP_COOKIE': 'yaean_djsession=23ab7bf8b260cbb2f2bc80b1c1fd98fa; yaean_yasession=ff2a3030ee3f428f91c6f554a63b459c' IOW, semicolon as separator. What client generated th

[issue16261] Fix bare excepts in various places in std lib

2012-10-30 Thread Ramchandra Apte
Ramchandra Apte added the comment: This seems quite difficult for one person;there are 589 lines having "except:" I'll work on the Tools directory. If anybody wants to help, please tell which folder you will do. -- ___ Python tracker

[issue16278] os.rename documentation slightly inaccurate

2012-10-30 Thread Todd Rovito
Changes by Todd Rovito : Removed file: http://bugs.python.org/file27804/OSRename_test_os.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue16278] os.rename documentation slightly inaccurate

2012-10-30 Thread Todd Rovito
Todd Rovito added the comment: False alarm my test case was buggy. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

<    1   2