Skip to content

Commit 696d978

Browse files
committed
Demote s3server.py to a demo
1 parent ca14860 commit 696d978

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
File renamed without changes.

tornado/test/import_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_import_everything(self):
1717
import tornado.iostream
1818
import tornado.locale
1919
import tornado.options
20-
import tornado.s3server
2120
import tornado.simple_httpclient
2221
import tornado.stack_context
2322
import tornado.template

website/templates/documentation.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ walkthrough of the `web` package.
9292
* [`iostream`](http://github.com/facebook/tornado/blob/master/tornado/iostream.py) - A simple wrapper around non-blocking sockets to aide common reading and writing patterns
9393
* [`ioloop`](http://github.com/facebook/tornado/blob/master/tornado/ioloop.py) - Core I/O loop
9494

95-
### Random modules
96-
* [`s3server`](http://github.com/facebook/tornado/blob/master/tornado/s3server.py) - A web server that implements most of the [Amazon S3](http://aws.amazon.com/s3/) interface, backed by local file storage
97-
9895

9996
Tornado walkthrough
10097
-------------------

0 commit comments

Comments
 (0)