diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-08 23:54:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-08 23:54:05 +0000 |
commit | 0aba151be410668f595a3e90681ecb70a7f8d7aa (patch) | |
tree | 5646bb301baa7d1517aa4920d333d053f5a21788 /UPDATING | |
parent | e2b85c62d031fb659138bb768b52d7192e6dd3bf (diff) | |
download | ports-0aba151be410668f595a3e90681ecb70a7f8d7aa.tar.gz ports-0aba151be410668f595a3e90681ecb70a7f8d7aa.zip |
Describe a quirk when using mail/getmail with Python 2.4
PR: ports/74874
Submitted by: Linh Pham <question+fbsdports(at)closedsrc.org>
Notes
Notes:
svn path=/head/; revision=123513
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |