[issue8217] typo unterlying

David W. Lambert report at bugs.python.org
Wed Mar 24 00:20:36 CET 2010


New submission from David W. Lambert <b49P23TIvg at stny.rr.com>:

http://docs.python.org/py3k/howto/webservers.html

The low-level view

When a user enters a web site, his browser makes a connection to the site’s webserver (this is called the request). The server looks up the file in the file system and sends it back to the user’s browser, which displays it (this is the response). This is roughly how the unterlying protocol, HTTP works.

----------
assignee: georg.brandl
components: Documentation
messages: 101610
nosy: LambertDW, georg.brandl
severity: normal
status: open
title: typo  unterlying
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8217>
_______________________________________


More information about the Python-bugs-list mailing list