]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Demote s3server.py to a demo
authorBen Darnell <ben@bendarnell.com>
Sat, 11 Jun 2011 19:19:13 +0000 (12:19 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 11 Jun 2011 19:19:13 +0000 (12:19 -0700)
demos/s3server/s3server.py [moved from tornado/s3server.py with 100% similarity]
tornado/test/import_test.py
website/templates/documentation.txt

index b660132647557a9d6f9067296fbed7c537236267..3b6d3f794c2fc7dac59a40c21a76f8f3ec811905 100644 (file)
@@ -17,7 +17,6 @@ class ImportTest(unittest.TestCase):
         import tornado.iostream
         import tornado.locale
         import tornado.options
-        import tornado.s3server
         import tornado.simple_httpclient
         import tornado.stack_context
         import tornado.template
index bc9c85ff9ed8db2027009e3cae3b5424c6e1229b..6470adc130af9b8649eb57f5119d54a42e00afc9 100644 (file)
@@ -92,9 +92,6 @@ walkthrough of the `web` package.
   * [`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
   * [`ioloop`](http://github.com/facebook/tornado/blob/master/tornado/ioloop.py) - Core I/O loop
 
-### Random modules
-  * [`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
-
 
 Tornado walkthrough
 -------------------