Changes between Initial Version and Version 1 of Ticket #13600


Ignore:
Timestamp:
May 24, 2010, 1:56:51 AM (14 years ago)
Author:
Alex Gaynor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13600 – Description

    initial v1  
    44
    55I suppose it could be fixed with replacing the third endmost line in django.views.static.was_modified_since from actual
    6 
     6{{{
    77    except (AttributeError, ValueError):
    8 
     8}}}
    99to
    10 
     10{{{
    1111    except (AttributeError, ValueError, OverflowError):
    12 
     12}}}
    1313Probably, there has been some reason not to catch OverflowErrors, then sorry.
Back to Top