This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: a spell error in standard lib SocketServer‘s comment
Type: Stage: resolved
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: args.wu, ezio.melotti, python-dev
Priority: normal Keywords:

Created on 2011-10-29 03:50 by args.wu, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg146597 - (view) Author: args wu (args.wu) Date: 2011-10-29 03:50
In line 85, the reqd should be read.
I also checked in python3.2's lib, the error still be there。
msg146599 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-29 07:45
New changeset 8ddd4c618b48 by Ezio Melotti in branch '2.7':
#13289: fix typo.
http://hg.python.org/cpython/rev/8ddd4c618b48

New changeset fec8fdbccf3b by Ezio Melotti in branch '3.2':
#13289: fix typo.
http://hg.python.org/cpython/rev/fec8fdbccf3b

New changeset 4411a59dc23c by Ezio Melotti in branch 'default':
#13289: merge with 3.2.
http://hg.python.org/cpython/rev/4411a59dc23c
msg146600 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-29 07:46
Fixed, thanks for the report!
History
Date User Action Args
2022-04-11 14:57:23adminsetgithub: 57498
2011-10-29 07:46:10ezio.melottisetstatus: open -> closed

assignee: ezio.melotti

nosy: + ezio.melotti
messages: + msg146600
resolution: fixed
stage: resolved
2011-10-29 07:45:17python-devsetnosy: + python-dev
messages: + msg146599
2011-10-29 03:50:23args.wucreate