1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Describe a quirk when using mail/getmail with Python 2.4

PR:		ports/74874
Submitted by:	Linh Pham <question+fbsdports(at)closedsrc.org>
This commit is contained in:
Sergey Matveychuk 2004-12-08 23:54:05 +00:00
parent e2b85c62d0
commit 0aba151be4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123513

View File

@ -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