[New-bugs-announce] [issue29192] Remove deprecated features from http.cookies

Serhiy Storchaka report at bugs.python.org
Sat Jan 7 06:12:07 EST 2017


New submission from Serhiy Storchaka:

Some behavior of http.cookies was deprecated in 3.5. Following patch finishes the deprecation period and removes the code for handling deprecated features. Former warnings become errors.

----------
components: Library (Lib)
files: cookies_finish_deprecation.patch
keywords: patch
messages: 284905
nosy: demian.brecht, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove deprecated features from http.cookies
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46188/cookies_finish_deprecation.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29192>
_______________________________________


More information about the New-bugs-announce mailing list