This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anish.shah
Recipients Kunal Grover, anish.shah, demian.brecht, jaraco, martin.panter, serhiy.storchaka
Date 2016-02-07.11:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOqj4aUhhA5y__c9t359qwBXoi2baqG4zGWuKq7fkFRDOmxxAw@mail.gmail.com>
In-reply-to <1454843005.27.0.637094817167.issue26302@psf.upfronthosting.co.za>
Content
_LegalKeyChars contains "\-" whereas _LegalChars just contains "-".

On Sun, Feb 7, 2016 at 4:33 PM, Martin Panter <report@bugs.python.org>
wrote:

>
> Martin Panter added the comment:
>
> I take that back about _CookiePattern having the same bug; it uses a
> different input variable. But it is strange that _LegalKeyChars lists a
> comma, but _LegalChars omits it.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26302>
> _______________________________________
>
History
Date User Action Args
2016-02-07 11:20:48anish.shahsetrecipients: + anish.shah, jaraco, martin.panter, serhiy.storchaka, demian.brecht, Kunal Grover
2016-02-07 11:20:48anish.shahlinkissue26302 messages
2016-02-07 11:20:48anish.shahcreate