teepark / greenhouse

non-blocking IO with coroutines to mimic blocking IO with threads
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

Add attributes required for proper file emulation. #7

Closed dsully closed 12 years ago

dsully commented 12 years ago

Otherwise errors such as:

if not f.closed:

AttributeError: 'File' object has no attribute 'closed'

Would occur.