#29454: Default size for django.core.files.uploadedfile is None and then len 
will
raise error
-------------------------------------+-------------------------------------
     Reporter:  jxltom               |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  File                 |                  Version:  2.0
  uploads/storage                    |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Old description:

> By default, ```size``` of  django.core.files.uploadedfile is ```None```
> and ```__len__``` will return ```size``` by default. Calling ```len```
> will raise ```TypeError: 'NoneType' object cannot be interpreted as an
> integer``` error if size is not assigned specifically.
>
> Can this be handled better? such as do not implement ```__len__``` method
> if ```size``` is set as ```None```

New description:

 By default, `size` of  django.core.files.uploadedfile is `None` and
 `__len__` will return `size` by default. Calling `len` will raise
 `TypeError: 'NoneType' object cannot be interpreted as an integer` error
 if size is not assigned specifically.

 Can this be handled better? Such not implementing `__len__` method if
 `size` is set as `None`.

--

Comment (by Tim Graham):

 Did you find this to be a problem in practice?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29454#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.405be41e1a12df2170d9782486a85b64%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to