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 serhiy.storchaka
Recipients demian.brecht, serhiy.storchaka
Date 2017-01-07.11:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483787527.13.0.320164851178.issue29192@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-07 11:12:07serhiy.storchakasetrecipients: + serhiy.storchaka, demian.brecht
2017-01-07 11:12:07serhiy.storchakasetmessageid: <1483787527.13.0.320164851178.issue29192@psf.upfronthosting.co.za>
2017-01-07 11:12:07serhiy.storchakalinkissue29192 messages
2017-01-07 11:12:06serhiy.storchakacreate