Hi ! It might be a stupid question, but is there a reason why `django.trunk.django.core.files.base.File` is not a subclass of `file` ? I ask this because after debugging my code - some urllib2 handler (http://dpaste.com/437031/), based on a snippet I found somewhere - I figured out that posted files were not handled like I wanted to ... just because they were not `file` objects ... Wouldn't it be cleaner that they would actually be `file` objects ?
Cheers, Sébastien -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
