summaryrefslogtreecommitdiffstats
path: root/compat/__init__.py
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2010-10-02 16:34:24 -0700
committerAvery Pennarun <apenwarr@gmail.com>2010-10-02 16:34:35 -0700
commitae32fe2a59934c39a57b0e06a554033af9c553bb (patch)
tree6767ffe65340499b37cae2e5cd7fc8efb9015143 /compat/__init__.py
parent518df41049692c8f4efec840fe246ee2f164f28e (diff)
parent5070f2ffcfcb85925aab46e51079605b8d7f065d (diff)
Merge branch 'python23' - python 2.3 compatibilitysshuttle-0.41
* python23: Oops, missed another << operator to replace with _shl(). socket.SHUT_RD and socket.SHUT_WR don't exist in python 2.3. compat/ssubprocess.py: some python versions don't have os.closerange(). _nb_clean: don't catch EPIPE after all. Fix busy-waiting in two situations: Factor out common mainloop code between client and server. Implement our own left-shift operator to shut up python 2.3 warnings. Don't use set() since it's not in python 2.3. import and use subprocess.py from python 2.6. Remove list comprehensions for python 2.3 compatibility.
Diffstat (limited to 'compat/__init__.py')
-rw-r--r--compat/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/compat/__init__.py b/compat/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/compat/__init__.py