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: Inconsistent indentation in SocketServer docs
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, r.david.murray, ubershmekel
Priority: low Keywords: patch

Created on 2009-11-20 00:35 by ubershmekel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
3-spaces-udp-server.patch ubershmekel, 2009-11-20 00:35 patch generated off py3k to fix indentation
Messages (2)
msg95517 - (view) Author: Yuval Greenfield (ubershmekel) * Date: 2009-11-20 00:35
A bit nitpicky but there are 3 spaces instead of 4 in the docs. This is 
relevant to py3k and trunk.

http://docs.python.org/library/socketserver.html#socketserver-udpserver-
example
msg95540 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-11-20 13:32
Thanks, fixed in r76430.  It'll get to the other doc versions eventually.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51612
2009-11-20 13:32:52r.david.murraysetstatus: open -> closed
priority: low
type: behavior

versions: + Python 2.6, Python 3.1
nosy: + r.david.murray

messages: + msg95540
resolution: fixed
stage: resolved
2009-11-20 09:50:20ubershmekelsettitle: Inconsisten Indentation In SocketServer Docs -> Inconsistent indentation in SocketServer docs
2009-11-20 00:35:29ubershmekelcreate