tools v4.6

This commit is contained in:
Apprentice Alf
2011-08-06 07:12:41 +01:00
parent 297a9ddc66
commit ba5927a20d
14 changed files with 86 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ from __future__ import with_statement
# and many many others
__version__ = '3.5'
__version__ = '3.6'
class Unbuffered:
def __init__(self, stream):