summaryrefslogtreecommitdiffstats
path: root/Lib/rfc822.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:52:37 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:52:37 (GMT)
commit77f9caf633d8be5d83c2d33d6a36fef80f64bb99 (patch)
tree0f994595cd13510a4996e6db5b94970dbfcdfac8 /Lib/rfc822.py
parent1f877ef1993eaa40167fbdd818739e77ae1b9424 (diff)
downloadcpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.zip
cpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.tar.gz
cpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.tar.bz2
Remove unused variable (PyChecker)
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r--Lib/rfc822.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py
index 09a2fd9..c2249f3 100644
--- a/Lib/rfc822.py
+++ b/Lib/rfc822.py
@@ -633,7 +633,6 @@ class AddrlistClass:
expectroute = 1
elif self.field[self.pos] == ':':
self.pos = self.pos + 1
- expectaddrspec = 1
else:
adlist = self.getaddrspec()
self.pos = self.pos + 1