New submission from Aviram <aviramyhas...@gmail.com>:

SimpleCookie (http/cookies.py) load method fails if one of the has an issue.
In real life scenarios, we want to be tolerant toward faulty cookies, and just 
ignore those. 
My suggestion is to add ignore_errors keyword argument to the load method of 
SimpleCookie, skipping invalid Morsels.

----------
components: Library (Lib)
messages: 364514
nosy: aviramha
priority: normal
severity: normal
status: open
title: ignore errors in SimpleCookie
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40001>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to