diff --git a/Lib/nntplib.py b/Lib/nntplib.py index 865041f5d98..21649a0eb9e 100644 --- a/Lib/nntplib.py +++ b/Lib/nntplib.py @@ -239,7 +239,7 @@ def statparse(self, resp): if n > 1: nr = words[1] if n > 2: - id = string.lower(words[2]) + id = words[2] return resp, nr, id # Internal: process a STAT, NEXT or LAST command