Package: python3-imaplib2
Version: 2.57-5.2
Severity: normal
X-Debbugs-Cc: [email protected]
With Python 3.12, imap2lib2 raises the following warnings:
/usr/lib/python3/dist-packages/imaplib2.py:2472: SyntaxWarning: invalid escape
sequence '\D'
('store', ('1', 'FLAGS', '(\Deleted)')),
/usr/lib/python3/dist-packages/imaplib2.py:2577: SyntaxWarning: invalid escape
sequence '\D'
run('uid', ('STORE', uid[-1], 'FLAGS', '(\Deleted)'))
/usr/lib/python3/dist-packages/imaplib2.py:2591: SyntaxWarning: invalid escape
sequence '\S'
run('store', (num, '-FLAGS', '(\Seen)'), cb=False),
/usr/lib/python3/dist-packages/imaplib2.py:2594: SyntaxWarning: invalid escape
sequence '\D'
run('uid', ('STORE', num, 'FLAGS', '(\Deleted)'))
Cheers
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (650, 'unstable-debug'), (650, 'unstable'), (601, 'testing'),
(600, 'experimental-debug'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.8.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python3-imaplib2 depends on:
ii python3 3.12.2-1
python3-imaplib2 recommends no packages.
python3-imaplib2 suggests no packages.
-- no debconf information
--
Sebastian Ramacher