Mercurial > p > roundup > code
diff roundup/anypy/TODO.txt @ 4687:4960a2c21590
Python 2.3 workarounds cleanup
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 28 Nov 2012 06:45:30 +0300 |
| parents | 4b0ddce43d08 |
| children | ac1f56d77cf5 |
line wrap: on
line diff
--- a/roundup/anypy/TODO.txt Wed Nov 28 04:51:56 2012 +0300 +++ b/roundup/anypy/TODO.txt Wed Nov 28 06:45:30 2012 +0300 @@ -1,8 +1,4 @@ Python compatiblity TODO ~~~~~~~~~~~~~~~~~~~~~~~~ -- the popen2 module is deprecated as of Python 2.6; - the subprocess module is available since Python 2.4, - thus a roundup.anypy.subprocess_ module is needed - -# vim: si +Remove sets_ included for Python 2.3 compatibility.
