From 3b9500e26d0bd912a2ca2d522946a2b130248eee Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 8 Dec 2004 23:54:05 +0000 Subject: Describe a quirk when using mail/getmail with Python 2.4 PR: ports/74874 Submitted by: Linh Pham --- UPDATING | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UPDATING b/UPDATING index 119f5f507e54..fc668673be0a 100644 --- a/UPDATING +++ b/UPDATING @@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20041208: + AFFECTS: users of mail/getmail + AUTHOR: question+fbsdports@closedsrc.org + + There is a known quirk when using mail/getmail with Python 2.4 + where the DeprecationWarning is printed regarding the use of + the 'strict' keyword when a message is being retrieved. + + You can redirect stdout/stderr to /dev/null to quelch the warning. + + The quirk may be fixed in a future version of getmail. + 20041205: AFFECTS: users of multimedia/ffmpeg AUTHOR: lioux@FreeBSD.org -- cgit