hgext/__init__.py
author Konstantin Zemlyak <zart@zartsoft.ru>
Mon, 22 Mar 2010 15:16:27 +0100
branchstable
changeset 10753 a1cb8ca051c0
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
wsgicgi: call close() on iterable to avoid resource leaks Quoting PEP 333 (WSGI): "If the iterable returned by the application has a close() method, the server or gateway must call that method upon completion of the current request, whether the request was completed normally, or terminated early due to an error. (This is to support resource release by the application. This protocol is intended to complement PEP 325's generator support, and other common iterables with close() methods."
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder