aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-12-09 07:54:05 +0800
committersem <sem@FreeBSD.org>2004-12-09 07:54:05 +0800
commit3b9500e26d0bd912a2ca2d522946a2b130248eee (patch)
tree31adc8eaa83874e66ede72dcc5fa33e4eac62283
parentd7f3e640153aec6f4fcca395637b08fe470c103b (diff)
downloadfreebsd-ports-gnome-3b9500e26d0bd912a2ca2d522946a2b130248eee.tar.gz
freebsd-ports-gnome-3b9500e26d0bd912a2ca2d522946a2b130248eee.tar.zst
freebsd-ports-gnome-3b9500e26d0bd912a2ca2d522946a2b130248eee.zip
Describe a quirk when using mail/getmail with Python 2.4
PR: ports/74874 Submitted by: Linh Pham <question+fbsdports(at)closedsrc.org>
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
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